MCPcopy Index your code
hub / github.com/CoderLine/alphaTab / Hash

Interface Hash

packages/webpack/src/Utils.ts:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 * @internal
60 */
61export interface Hash {
62 update(data: string | Buffer, inputEncoding?: string): Hash;
63}
64
65/**
66 * @internal

Callers 8

openMethod · 0.65
openMethod · 0.65
showMethod · 0.65
rewriteBodyFunction · 0.65
renderChunkFunction · 0.65
transformFunction · 0.65
getHashFunction · 0.65
fillWindowMethod · 0.65

Implementers 5

SelectionHandlespackages/playground/src/components/Sel
Crc32packages/alphatab/src/zip/Crc32.ts
Adler32packages/alphatab/src/zip/Adler32.ts
EffectBandSlotpackages/alphatab/src/rendering/Effect
ScoreChordNoteHeadInfopackages/alphatab/src/rendering/glyphs

Calls

no outgoing calls

Tested by

no test coverage detected