MCPcopy Create free account
hub / github.com/ange-yaghi/engine-sim / getFunction

Method getFunction

scripting/src/engine_context.cpp:80–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80Function *es_script::EngineContext::getFunction(FunctionNode *exhaust) const {
81 auto it = m_functions.find(exhaust);
82 if (it != m_functions.end()) {
83 return it->second;
84 }
85 else return nullptr;
86}
87
88void es_script::EngineContext::addImpulseResponse(
89 ImpulseResponseNode *node,

Callers 1

generateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected