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

Class CallStackFrame

OsiInterface/DebugMessages.h:61–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 };
60
61 struct CallStackFrame
62 {
63 BreakpointReason frameType;
64 Node * node;
65 Goal * goal;
66 uint32_t actionIndex;
67 TupleLL * tupleLL;
68 TuplePtrLL * tuplePtrLL;
69 };
70
71 struct QueryResultInfo
72 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected