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

Method s_WrappedPushDownTuple

OsiInterface/NodeHooks.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

WrappedPushDownTupleMethod · 0.80

Tested by

no test coverage detected