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

Function sub

include/daScript/simulate/simulate.h:242–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240 virtual void arg ( Func /* fun */, uint32_t /* mangledName */, const char * /* argN */ ) { }
241 virtual void sub ( SimNode ** nodes, uint32_t count, const char * );
242 virtual SimNode * sub ( SimNode * node, const char * /* opN */ = "subexpr" ) { return node->visit(*this); }
243 virtual SimNode * visit ( SimNode * node ) { return node; }
244 };
245

Callers 2

subMethod · 0.85
subMethod · 0.85

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected