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

Function tickDebugAgent

src/runtime/context.cpp:757–761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755 }
756
757 void tickDebugAgent ( ) {
758 for_each_debug_agent([&](const DebugAgentPtr & pAgent){
759 pAgent->onTick();
760 });
761 }
762
763 void collectDebugAgentState ( Context & ctx, const LineInfo & at ) {
764 for_each_debug_agent([&](const DebugAgentPtr & pAgent){

Callers 1

auto_tick_agentsFunction · 0.85

Calls 2

for_each_debug_agentFunction · 0.85
onTickMethod · 0.45

Tested by

no test coverage detected