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

Method visit

src/runtime/context.cpp:401–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399 Context * context = nullptr;
400 int totalNodes = 0;
401 virtual SimNode * visit ( SimNode * node ) override {
402 totalNodes ++;
403 return node->copyNode(*context, newCode.get());
404 }
405 };
406
407 void Context::relocateCode( bool pwh ) {

Callers 2

relocateCodeMethod · 0.45
runVisitorMethod · 0.45

Calls 2

copyNodeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected