| 54 | } |
| 55 | |
| 56 | RuleActionMap::RuleActionMap(OsirisStaticGlobals const & globals) |
| 57 | : globals_(globals) |
| 58 | {} |
| 59 | |
| 60 | void RuleActionMap::AddRuleActionMappings(Node * node, Goal * goal, bool isInit, RuleActionList * actions) |
| 61 | { |
nothing calls this directly
no outgoing calls
no test coverage detected