MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / visit

Method visit

src/hx/cppia/Cppia.cpp:8102–8108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8100
8101#ifdef HXCPP_VISIT_ALLOCS
8102void TypeData::visit(hx::VisitContext *__inCtx)
8103{
8104 HX_VISIT_MEMBER(name);
8105 HX_VISIT_MEMBER(haxeClass);
8106 if (cppiaClass)
8107 cppiaClassVisit(cppiaClass,__inCtx);
8108}
8109#endif
8110
8111

Callers

nothing calls this directly

Calls 1

cppiaClassVisitFunction · 0.85

Tested by

no test coverage detected