MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / end

Method end

packages/alphatab/src/zip/ZipWriter.ts:130–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128 }
129
130 public end() {
131 const startOfCentralDirectory = this._data.bytesWritten;
132 for (const header of this._centralDirectoryHeaders) {
133 this._writeCentralDirectoryHeader(header);
134 }
135 const endOfCentralDirectory = this._data.bytesWritten;
136
137 this._writeEndOfCentralDirectoryRecord(startOfCentralDirectory, endOfCentralDirectory);
138 }
139
140 private _writeEndOfCentralDirectoryRecord(startOfCentralDirectory: number, endOfCentralDirectory: number) {
141 // Signature

Callers 7

writeScoreMethod · 0.95
replaceMatchMethod · 0.45
scrollToXMethod · 0.45
scrollToYMethod · 0.45
stopScrollingMethod · 0.45
writeJsonFunction · 0.45

Tested by

no test coverage detected