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

Method InsertPostHook

OsiInterface/Debugger.cpp:992–997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

990 }
991
992 void Debugger::InsertPostHook(Node * node, TuplePtrLL * tuple, bool deleted)
993 {
994 ServerThreadReentry();
995 auto reason = deleted ? BreakpointReason::NodeDeleteTuple : BreakpointReason::NodeInsertTuple;
996 PopFrame({ reason, node, nullptr, 0, nullptr, tuple });
997 }
998
999 void Debugger::CallQueryPreHook(Node * node, OsiArgumentDesc * args)
1000 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected