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

Method __Mark

src/hx/cppia/CppiaModule.cpp:294–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292 delete ((CppiaObject *)inObj)->cppia;
293 }
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

Callers

nothing calls this directly

Calls 1

markMethod · 0.45

Tested by

no test coverage detected