MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi / byteLength

Method byteLength

packages/core/src/binary/reader.ts:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 }
39
40 get byteLength(): number {
41 return this.bytes.byteLength;
42 }
43
44 get remaining(): number {
45 return this.byteLength - this.off;

Callers 7

_writeMethod · 0.45
runIsolatedPtyFunction · 0.45
writeFunction · 0.45
_writeMethod · 0.45
writeFunction · 0.45
_writeMethod · 0.45
_writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected