Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ getStackVarNameId
Function
getStackVarNameId
src/hx/cppia/CppiaVars.cpp:340–343 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
338
339
340
int getStackVarNameId(int inVarId)
341
{
342
return sVarIdNameMap[inVarId];
343
}
344
345
346
Callers
1
link
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected