MCPcopy Create free account
hub / github.com/Norbyte/ositools / FindActionMapping

Method FindActionMapping

OsiInterface/Debugger.cpp:97–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 }
96
97 RuleActionMapping const * RuleActionMap::FindActionMapping(RuleActionNode * action)
98 {
99 auto mapping = ruleActionMappings_.find(action);
100 if (mapping == ruleActionMappings_.end()) {
101 Debug("Debugger::FindActionMapping(%016x): Could not find action mapping for rule action", action);
102 return nullptr;
103 }
104
105 return &mapping->second;
106 }
107
108
109

Callers 2

RuleActionPreHookMethod · 0.80
RuleActionPostHookMethod · 0.80

Calls 1

DebugFunction · 0.85

Tested by

no test coverage detected