Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ __Visit
Method
__Visit
src/hx/cppia/CppiaModule.cpp:296–296 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
294
void __Mark(hx::MarkContext *ctx) HXCPP_OVERRIDE { cppia->mark(ctx); }
295
#ifdef HXCPP_VISIT_ALLOCS
296
void __Visit(hx::VisitContext *ctx) HXCPP_OVERRIDE { cppia->visit(ctx); }
297
#endif
298
299
Callers
nothing calls this directly
Calls
1
visit
Method · 0.45
Tested by
no test coverage detected