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
refactor: remove unnecessary variables from ReadableCursorStream
the _initialized and _needToClose variables were unnecessary.
- _initialized existed only to conditionally set _needToClose when the
stream was read from for the first time
- _needToClose is unnecessary, because cursor.close is a no-op
if the cursor is already closed.
0 commit comments