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

Function dapiSimulateContext

src/runtime/context.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 void dapiSimulateContext ( Context & ctx ) {
40 for_each_debug_agent([&]( const DebugAgentPtr & pAgent ){
41 pAgent->onSimulateContext(&ctx);
42 });
43 }
44
45 void dapiUserCommand ( const char * command ) {
46 if ( !command ) command = "";

Callers 1

simulateMethod · 0.85

Calls 2

for_each_debug_agentFunction · 0.85
onSimulateContextMethod · 0.45

Tested by

no test coverage detected