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

Method _addByte

packages/alphatab/src/zip/Inflate.ts:291–296  ·  view source on GitHub ↗
(b: number)

Source from the content-addressed store, hash-verified

289 }
290
291 private _addByte(b: number): void {
292 this._window.addByte(b);
293 this._output![this._outpos] = b;
294 this._needed--;
295 this._outpos++;
296 }
297
298 private _addDist(d: number, len: number): void {
299 this._addBytes(this._window.buffer, this._window.pos - d, len);

Callers 2

_inflateLoopMethod · 0.95
_addDistOneMethod · 0.95

Calls 1

addByteMethod · 0.80

Tested by

no test coverage detected