Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/isomorphic-git/isomorphic-git
/ _loadnext
Method
_loadnext
src/utils/StreamReader.js:117–122 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
115
}
116
117
async
_loadnext() {
118
this._discardedBytes += this.buffer.length
119
this.undoCursor = 0
120
this.cursor = 0
121
this.buffer =
await
this._next()
122
}
123
124
async
_init() {
125
this.buffer =
await
this._next()
Callers
2
byte
Method · 0.95
chunk
Method · 0.95
Calls
1
_next
Method · 0.95
Tested by
no test coverage detected