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

Method IsValidPostHook

OsiInterface/Debugger.cpp:920–933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

918 }
919
920 void Debugger::IsValidPostHook(Node * node, VirtTupleLL * tuple, AdapterRef * adapter, bool succeeded)
921 {
922 hasLastQueryInfo_ = true;
923 lastQueryDepth_ = (uint32_t)callStack_.size();
924 lastQueryResults_.queryNodeId = node->Id;
925 lastQueryResults_.succeeded = succeeded;
926 if (gNodeVMTWrappers->GetType(node) != NodeType::DivQuery
927 && !lastQueryResults_.results.empty()) {
928 lastQueryResults_.results.clear();
929 }
930
931 ServerThreadReentry();
932 PopFrame({ BreakpointReason::NodeIsValid, node, nullptr, 0, &tuple->Data, nullptr });
933 }
934
935 void Debugger::PushDownPreHook(Node * node, VirtTupleLL * tuple, AdapterRef * adapter, EntryPoint entry, bool deleted)
936 {

Callers

nothing calls this directly

Calls 1

GetTypeMethod · 0.45

Tested by

no test coverage detected