You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: refactor block_read to return the offset from the end
Previously, it would return the amount of data read. Unfortunately, this
made it impossible to tell if we were at the end of the block.
Now, we return the offset (negative or positive) from the end of the
block, to the end of the user provided buffer.
0 commit comments