Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/isomorphic-git/isomorphic-git
/ eof
Method
eof
src/utils/StreamReader.js:19–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
eof() {
20
return
this._ended && this.cursor === this.buffer.length
21
}
22
23
tell() {
24
return
this._discardedBytes + this.cursor
Callers
5
byte
Method · 0.95
chunk
Method · 0.95
read
Method · 0.95
skip
Method · 0.95
listpack
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected