Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ cppiaClassVisit
Function
cppiaClassVisit
src/hx/cppia/CppiaClasses.cpp:1773–1776 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1771
}
1772
#ifdef HXCPP_VISIT_ALLOCS
1773
void cppiaClassVisit(CppiaClassInfo *inClass,hx::VisitContext *__inCtx)
1774
{
1775
inClass->visit(__inCtx);
1776
}
1777
#endif
1778
1779
Callers
1
visit
Method · 0.85
Calls
1
visit
Method · 0.45
Tested by
no test coverage detected