Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/libpag
/ readBitBoolean
Method
readBitBoolean
web/lite/src/codec/utils/byte-array.ts:280–282 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
278
}
279
280
public readBitBoolean() {
281
return
this.readUBits(1) !== 0;
282
}
283
284
public readFloatList(count: number, precision: number): number[] {
285
const
numBits = this.readNumBits();
Callers
4
readBoolean
Function · 0.45
readAttributeFlag
Function · 0.45
readValueList
Method · 0.45
readVideoSequence
Function · 0.45
Calls
1
readUBits
Method · 0.95
Tested by
no test coverage detected