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

Method empty

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

Source from the content-addressed store, hash-verified

20 }
21
22 public static empty(): ByteBuffer {
23 return ByteBuffer.withCapacity(0);
24 }
25
26 public static withCapacity(capacity: number): ByteBuffer {
27 const buffer: ByteBuffer = new ByteBuffer();

Callers 8

decompressMethod · 0.80
initFromStringMethod · 0.80
writeEntryMethod · 0.80
_readEntryMethod · 0.80
writeToMethod · 0.80
toBinaryMethod · 0.80
readAllMethod · 0.80
restoreMethod · 0.80

Calls 1

withCapacityMethod · 0.80

Tested by

no test coverage detected