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

Method readAll

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

Source from the content-addressed store, hash-verified

112 }
113
114 public readAll(): Uint8Array {
115 return this.toArray();
116 }
117
118 public toArray(): Uint8Array {
119 const copy: Uint8Array = new Uint8Array(this.length);

Callers

nothing calls this directly

Calls 1

toArrayMethod · 0.95

Tested by

no test coverage detected