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

Method _updateHash

packages/alphatab/src/zip/DeflaterEngine.ts:155–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

153 }
154
155 private _updateHash() {
156 this._insertHashIndex =
157 (this._window[this._strstart] << DeflaterConstants.hashShift) ^ this._window[this._strstart + 1];
158 }
159
160 /**
161 * Determines if more input is needed.

Callers 1

fillWindowMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected