Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_write
Method · 0.45
runIsolatedPty
Function · 0.45
write
Function · 0.45
_write
Method · 0.45
write
Function · 0.45
_write
Method · 0.45
_write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected