Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
decompress
Method · 0.80
initFromString
Method · 0.80
writeEntry
Method · 0.80
_readEntry
Method · 0.80
writeTo
Method · 0.80
toBinary
Method · 0.80
readAll
Method · 0.80
restore
Method · 0.80
Calls
1
withCapacity
Method · 0.80
Tested by
no test coverage detected