| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected