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

Method WrappedIsValid

OsiInterface/NodeHooks.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 bool NodeVMTWrapper::WrappedIsValid(Node * node, VirtTupleLL * tuple, AdapterRef * adapter)
69 {
70 return originalVmt_.IsValid(node, tuple, adapter);
71 }
72
73 void NodeVMTWrapper::WrappedPushDownTuple(Node * node, VirtTupleLL * tuple, AdapterRef * adapter, EntryPoint which)
74 {

Callers 1

s_WrappedIsValidMethod · 0.80

Calls 1

IsValidMethod · 0.80

Tested by

no test coverage detected