Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ cppiaClassInit
Function
cppiaClassInit
src/hx/cppia/CppiaClasses.cpp:1762–1765 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1760
1761
1762
void cppiaClassInit(CppiaClassInfo *inClass, CppiaCtx *ctx, int inPhase)
1763
{
1764
inClass->init(ctx,inPhase);
1765
}
1766
1767
1768
void cppiaClassMark(CppiaClassInfo *inClass,hx::MarkContext *__inCtx)
Callers
1
boot
Method · 0.85
Calls
1
init
Method · 0.45
Tested by
no test coverage detected