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

Method announceCreation

src/runtime/context.cpp:473–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471 }
472
473 void Context::announceCreation() {
474 for_each_debug_agent([&](const DebugAgentPtr & pAgent){
475 pAgent->onCreateContext(this);
476 });
477 }
478
479 char * Context::intern( const char * str ) {
480 if ( !str ) return nullptr;

Callers 1

simulateMethod · 0.80

Calls 2

for_each_debug_agentFunction · 0.85
onCreateContextMethod · 0.45

Tested by

no test coverage detected