summaryrefslogtreecommitdiff
path: root/core/upb_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/upb_stream.h')
-rw-r--r--core/upb_stream.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/upb_stream.h b/core/upb_stream.h
index b7400c5..861bd1c 100644
--- a/core/upb_stream.h
+++ b/core/upb_stream.h
@@ -128,7 +128,8 @@ bool upb_bytesrc_get(upb_bytesrc *src, upb_string *str, upb_strlen_t minlen);
// Appends the next "len" bytes in the stream in-place to "str". This should
// be used when the caller needs to build a contiguous string of the existing
-// data in "str" with more data.
+// data in "str" with more data. The call fails if fewer than len bytes are
+// available in the stream.
bool upb_bytesrc_append(upb_bytesrc *src, upb_string *str, upb_strlen_t len);
// Returns the current error status for the stream.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback