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

Method MakeRuleActionBreakpointId

OsiInterface/Debugger.cpp:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 }
229
230 uint64_t BreakpointManager::MakeRuleActionBreakpointId(uint32_t nodeId, uint32_t actionIndex)
231 {
232 return ((uint64_t)BreakpointItemType::BP_RuleAction << 56) | ((uint64_t)actionIndex << 32) | nodeId;
233 }
234
235 uint64_t BreakpointManager::MakeGoalInitBreakpointId(uint32_t goalId, uint32_t actionIndex)
236 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected