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

Method eval

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

Source from the content-addressed store, hash-verified

992
993 template <typename TT>
994 struct EvalTT { static __forceinline TT eval ( Context & context, SimNode * node ) {
995 return cast<TT>::to(node->eval(context)); }};
996 template <>
997 struct EvalTT<int32_t> { static __forceinline int32_t eval ( Context & context, SimNode * node ) {
998 return node->evalInt(context); }};

Callers 8

callFunction · 0.45
callOrFastcallFunction · 0.45
callWithCopyOnReturnFunction · 0.45
invokeFunction · 0.45
vec4fFunction · 0.45
evalArgsFunction · 0.45
evalFinalFunction · 0.45
evalFinalSingleStepFunction · 0.45

Calls 1

toFunction · 0.85

Tested by

no test coverage detected