Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoderLine/alphaTab
/ writeSymbol
Method
writeSymbol
packages/alphatab/src/zip/DeflaterHuffman.ts:439–441 ·
view source on GitHub ↗
(code: number)
Source
from the content-addressed store, hash-verified
437
}
438
439
public writeSymbol(code: number) {
440
this._huffman.pending.writeBits(this._codes![code] & 0xffff, this.length![code]);
441
}
442
}
443
444
/**
Callers
2
writeTree
Method · 0.80
compressBlock
Method · 0.80
Calls
1
writeBits
Method · 0.80
Tested by
no test coverage detected