Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
lookupTest
Function · 0.80
decompress
Method · 0.80
Calls
no outgoing calls
Tested by
1
lookupTest
Function · 0.64