Skip to content

Commit 61b1a8c

Browse files
Adnan Alhomssiandrebsguedes
authored andcommitted
comment
1 parent f7a80f4 commit 61b1a8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/RustyObjectStore.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1669,7 +1669,8 @@ end
16691669
"""
16701670
next_chunk!(stream) -> Option{Vector{ListEntry}}
16711671
Fetch the next chunk from a ListStream.
1672-
An empty chunk indicates end of stream.
1672+
If the returned entries are the last in the stream, `stream.ended` will be set to true.
1673+
An empty chunk indicates end of stream too.
16731674
After an error any following calls will replay the error.
16741675
# Arguments
16751676
- `stream::ListStream`: The stream of object metadata list chunks.

0 commit comments

Comments
 (0)