MCPcopy 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
340int getStackVarNameId(int inVarId)
341{
342 return sVarIdNameMap[inVarId];
343}
344
345
346

Callers 1

linkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected