MCPcopy 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

byteMethod · 0.95
chunkMethod · 0.95
readMethod · 0.95
skipMethod · 0.95
listpackFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected