| 35 | } |
| 36 | |
| 37 | void es_script::EngineContext::addRodJournal(RodJournalNode *node, int index) { |
| 38 | m_rodJournals[node] = index; |
| 39 | } |
| 40 | |
| 41 | int es_script::EngineContext::getRodJournalIndex(RodJournalNode *node) const { |
| 42 | auto it = m_rodJournals.find(node); |
nothing calls this directly
no outgoing calls
no test coverage detected