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

Method MakeNodeBreakpointId

OsiInterface/Debugger.cpp:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 }
224
225 uint64_t BreakpointManager::MakeNodeBreakpointId(uint32_t nodeId)
226 {
227 return ((uint64_t)BreakpointItemType::BP_Node << 56) | nodeId;
228 }
229
230 uint64_t BreakpointManager::MakeRuleActionBreakpointId(uint32_t nodeId, uint32_t actionIndex)
231 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected