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

Method copyTo

packages/alphatab/src/io/ByteBuffer.ts:124–126  ·  view source on GitHub ↗
(destination: IWriteable)

Source from the content-addressed store, hash-verified

122 }
123
124 public copyTo(destination: IWriteable) {
125 destination.write(this._buffer, 0, this.length);
126 }
127}

Callers 5

loadFileSyncMethod · 0.80
createWorkerPlayerMethod · 0.80
loadMethod · 0.80
loadSoundFontMethod · 0.80
writeToFunction · 0.80

Calls 1

writeMethod · 0.65

Tested by 1

loadFileSyncMethod · 0.64