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

Method getBuffer

packages/alphatab/src/io/ByteBuffer.ts:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 }
17
18 public getBuffer(): Uint8Array {
19 return this._buffer;
20 }
21
22 public static empty(): ByteBuffer {
23 return ByteBuffer.withCapacity(0);

Callers 2

lookupTestFunction · 0.80
decompressMethod · 0.80

Calls

no outgoing calls

Tested by 1

lookupTestFunction · 0.64