| 101 | } |
| 102 | |
| 103 | void NodeVMTWrapper::s_WrappedPushDownTuple(Node * node, VirtTupleLL * tuple, AdapterRef * adapter, EntryPoint which) |
| 104 | { |
| 105 | gNodeVMTWrappers->WrappedPushDownTuple(node, tuple, adapter, which); |
| 106 | } |
| 107 | |
| 108 | void NodeVMTWrapper::s_WrappedPushDownTupleDelete(Node * node, VirtTupleLL * tuple, AdapterRef * adapter, EntryPoint which) |
| 109 | { |
nothing calls this directly
no test coverage detected