MCPcopy Create free account
hub / github.com/Norbyte/bg3se / IsValidPreHook

Method IsValidPreHook

BG3Extender/Osiris/Debugger/Debugger.cpp:795–808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

793 }
794
795 void Debugger::IsValidPreHook(Node * node, SmallTuple* tuple, uint32_t adapter)
796 {
797 ServerThreadReentry();
798 PushFrame({ BreakpointReason::NodeIsValid, node, nullptr, 0, tuple, nullptr });
799
800#if defined(DUMP_TRACEPOINTS)
801 DEBUG("IsValid(Node %d)", node->Id);
802#endif
803 ConditionalBreakpointInServerThread(
804 node,
805 BreakpointManager::MakeNodeBreakpointId(node->Id),
806 BreakOnValid,
807 GlobalBreakOnValid);
808 }
809
810 void Debugger::IsValidPostHook(Node * node, SmallTuple* tuple, uint32_t adapter, bool succeeded)
811 {

Callers 1

WrappedIsValidMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected