Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoderLine/alphaTab
/ _addDist
Method
_addDist
packages/alphatab/src/zip/Inflate.ts:298–300 ·
view source on GitHub ↗
(d: number, len: number)
Source
from the content-addressed store, hash-verified
296
}
297
298
private _addDist(d: number, len: number): void {
299
this._addBytes(this._window.buffer, this._window.pos - d, len);
300
}
301
302
private _getBit(): boolean {
303
if
(this._nbits === 0) {
Callers
1
_inflateLoop
Method · 0.95
Calls
1
_addBytes
Method · 0.95
Tested by
no test coverage detected