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

Method sub

src/simulate/simulate_visit.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83#endif
84
85 void SimVisitor::sub ( SimNode ** nodes, uint32_t count, const char * ) {
86 for ( uint32_t t=0; t!=count; ++t ) {
87 nodes[t] = nodes[t]->visit(*this);
88 }
89 }
90
91 void SimNode_CallBase::visitCall ( SimVisitor & vis ) {
92 if ( fnPtr ) {

Callers 14

build_docsFunction · 0.45
from_patternMethod · 0.45
update_siteFunction · 0.45
slugifyFunction · 0.45
strip_htmlFunction · 0.45
seedFunction · 0.45
visitCallMethod · 0.45
visitFinalMethod · 0.45
visitBlockMethod · 0.45
visitMethod · 0.45
visitForMethod · 0.45
expand_post_linksFunction · 0.45

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected