MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / _resetBits

Method _resetBits

packages/alphatab/src/zip/Inflate.ts:328–331  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

326 }
327
328 private _resetBits(): void {
329 this._bits = 0;
330 this._nbits = 0;
331 }
332
333 private _addBytes(b: Uint8Array, p: number, len: number): void {
334 this._window.addBytes(b, p, len);

Callers 1

_inflateLoopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected