MCPcopy 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

writeTreeMethod · 0.80
compressBlockMethod · 0.80

Calls 1

writeBitsMethod · 0.80

Tested by

no test coverage detected