Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ AutoFramePos
Method
AutoFramePos
src/hx/cppia/CppiaCompiler.h:478–482 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
476
int framePos;
477
478
AutoFramePos(CppiaCompiler *inCompiler)
479
{
480
compiler = inCompiler;
481
framePos=compiler->getCurrentFrameSize();
482
}
483
484
~AutoFramePos()
485
{
Callers
nothing calls this directly
Calls
1
getCurrentFrameSize
Method · 0.80
Tested by
no test coverage detected