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

Function dapiReportContextState

src/runtime/context.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 }
32
33 void dapiReportContextState ( Context & ctx, const char * category, const char * name, const TypeInfo * info, void * data ) {
34 for_each_debug_agent([&](const DebugAgentPtr & pAgent){
35 pAgent->onVariable(&ctx,category,name,(TypeInfo*)info,data);
36 });
37 }
38
39 void dapiSimulateContext ( Context & ctx ) {
40 for_each_debug_agent([&]( const DebugAgentPtr & pAgent ){

Callers

nothing calls this directly

Calls 2

for_each_debug_agentFunction · 0.85
onVariableMethod · 0.45

Tested by

no test coverage detected