MCPcopy Create free account
hub / github.com/nodejs/node / currentByte

Method currentByte

deps/undici/undici.js:16612–16614  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16610 return this.chunkIndex < this.chunks.length && this.pos < this.chunks[this.chunkIndex].length;
16611 }
16612 currentByte() {
16613 return this.chunks[this.chunkIndex][this.pos];
16614 }
16615 consumeCurrentByte() {
16616 this.advanceCursor();
16617 this.syncLineStartToCursor();

Callers 1

_transformMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected