Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/libpag
/ readNumBits
Method
readNumBits
web/lite/src/codec/utils/byte-array.ts:258–260 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
256
}
257
258
public readNumBits(): number {
259
return
this.readUBits(LENGTH_FOR_STORE_NUM_BITS) + 1;
260
}
261
262
public readInt32List(count: number): number[] {
263
const
numBits = this.readNumBits();
Callers
4
readInt32List
Method · 0.95
readUint32List
Method · 0.95
readFloatList
Method · 0.95
readTimeEase
Function · 0.45
Calls
1
readUBits
Method · 0.95
Tested by
no test coverage detected