Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ AutoFrame
Method
AutoFrame
src/hx/cppia/CppiaFunction.cpp:491–494 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
489
unsigned char *frame;
490
491
AutoFrame(StackContext *inCtx) : ctx(inCtx)
492
{
493
frame = ctx->frame;
494
}
495
~AutoFrame()
496
{
497
ctx->frame = frame;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected