Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ __boot
Method
__boot
src/hx/Anon.cpp:391–394 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
389
390
391
void Anon_obj::__boot()
392
{
393
Static(__mClass) = hx::_hx_RegisterClass(HX_CSTRING(
"__Anon"
),TCanCast<Anon_obj>,sNone,sNone,0,0,0,0);
394
}
395
396
397
Callers
nothing calls this directly
Calls
1
_hx_RegisterClass
Function · 0.85
Tested by
no test coverage detected