MCPcopy 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

readBooleanFunction · 0.45
readAttributeFlagFunction · 0.45
readValueListMethod · 0.45
readVideoSequenceFunction · 0.45

Calls 1

readUBitsMethod · 0.95

Tested by

no test coverage detected