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

Method getHead

scripting/src/engine_context.cpp:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17CylinderHead *es_script::EngineContext::getHead(CylinderHeadNode *head) {
18 auto it = m_heads.find(head);
19 if (it != m_heads.end()) {
20 return it->second;
21 }
22 else return nullptr;
23}
24
25void es_script::EngineContext::addBank(CylinderBankNode *node, CylinderBank *bank) {
26 m_banks[node] = bank;

Callers 4

writeToSynthesizerMethod · 0.45
createObjectsMethod · 0.45
buildEngineMethod · 0.45
generateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected