MCPcopy 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
1762void cppiaClassInit(CppiaClassInfo *inClass, CppiaCtx *ctx, int inPhase)
1763{
1764 inClass->init(ctx,inPhase);
1765}
1766
1767
1768void cppiaClassMark(CppiaClassInfo *inClass,hx::MarkContext *__inCtx)

Callers 1

bootMethod · 0.85

Calls 1

initMethod · 0.45

Tested by

no test coverage detected