MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / dapiOnBeforeGC

Function dapiOnBeforeGC

src/runtime/context.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 void dapiOnBeforeGC ( Context & ctx ) {
54 for_each_debug_agent([&]( const DebugAgentPtr & pAgent ){
55 pAgent->onBeforeGC(&ctx);
56 });
57 }
58
59 void dapiOnAfterGC ( Context & ctx ) {
60 for_each_debug_agent([&]( const DebugAgentPtr & pAgent ){

Callers 1

GcGuardMethod · 0.85

Calls 2

for_each_debug_agentFunction · 0.85
onBeforeGCMethod · 0.45

Tested by

no test coverage detected