| 71 | } |
| 72 | |
| 73 | void NodeVMTWrapper::WrappedPushDownTuple(Node * node, VirtTupleLL * tuple, AdapterRef * adapter, EntryPoint which) |
| 74 | { |
| 75 | originalVmt_.PushDownTuple(node, tuple, adapter, which); |
| 76 | } |
| 77 | |
| 78 | void NodeVMTWrapper::WrappedPushDownTupleDelete(Node * node, VirtTupleLL * tuple, AdapterRef * adapter, EntryPoint which) |
| 79 | { |
no outgoing calls
no test coverage detected