Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoderLine/alphaTab
/ getLastChar
Method
getLastChar
packages/alphatab/src/zip/Inflate.ts:81–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
}
80
81
public getLastChar(): number {
82
return
this.buffer[this.pos - 1];
83
}
84
85
public available(): number {
86
return
this.pos;
Callers
1
_addDistOne
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected