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

Method CallQueryPreHook

OsiInterface/Debugger.cpp:999–1007  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

997 }
998
999 void Debugger::CallQueryPreHook(Node * node, OsiArgumentDesc * args)
1000 {
1001 ServerThreadReentry();
1002
1003#if defined(DUMP_TRACEPOINTS)
1004 Debug("CallQuery(Node %d)", node->Id);
1005#endif
1006 // No breakpoint allowed on CallQuery
1007 }
1008
1009 void Debugger::CallQueryPostHook(Node * node, OsiArgumentDesc * args, bool succeeded)
1010 {

Callers

nothing calls this directly

Calls 1

DebugFunction · 0.85

Tested by

no test coverage detected