Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/libpag
/ length
Method
length
web/lite/src/codec/utils/byte-array.ts:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
}
19
20
public get length(): number {
21
return
this.dataView.byteLength;
22
}
23
24
public get bytesAvailable(): number {
25
return
this.dataView.byteLength - this._position;
Callers
2
OnCreate
Method · 0.45
SetPagFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected