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

Method s_WrappedIsValid

OsiInterface/NodeHooks.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 bool NodeVMTWrapper::s_WrappedIsValid(Node * node, VirtTupleLL * tuple, AdapterRef * adapter)
99 {
100 return gNodeVMTWrappers->WrappedIsValid(node, tuple, adapter);
101 }
102
103 void NodeVMTWrapper::s_WrappedPushDownTuple(Node * node, VirtTupleLL * tuple, AdapterRef * adapter, EntryPoint which)
104 {

Callers

nothing calls this directly

Calls 1

WrappedIsValidMethod · 0.80

Tested by

no test coverage detected