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

Method evalPtr

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

Source from the content-addressed store, hash-verified

83 }
84
85 char * SimNode::evalPtr ( Context & context ) {
86 WARN_SLOW_CAST(Ptr);
87 return cast<char *>::to(eval(context));
88 }
89
90 SimNode * SimNode_WithErrorMessage::copyNode ( Context & context, NodeAllocator * code ) {
91 SimNode_WithErrorMessage * that = (SimNode_WithErrorMessage *) SimNode::copyNode(context, code);

Callers 9

evalMethod · 0.45
evalMethod · 0.45
evalMethod · 0.45
evalMethod · 0.45
computeMethod · 0.45
computeMethod · 0.45
computeMethod · 0.45
computeMethod · 0.45
computeMethod · 0.45

Calls 1

toFunction · 0.85

Tested by

no test coverage detected