MCPcopy 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

readInt32ListMethod · 0.95
readUint32ListMethod · 0.95
readFloatListMethod · 0.95
readTimeEaseFunction · 0.45

Calls 1

readUBitsMethod · 0.95

Tested by

no test coverage detected