Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ange-yaghi/engine-sim
/ addIntake
Method
addIntake
scripting/src/engine_context.cpp:49–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
void es_script::EngineContext::addIntake(IntakeNode *node, Intake *intake) {
50
m_intakes[node] = intake;
51
}
52
53
Intake *es_script::EngineContext::getIntake(IntakeNode *intake) const {
54
auto it = m_intakes.find(intake);
Callers
1
buildEngine
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected