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

Method Call

OsiInterface/CustomFunctions.cpp:107–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105
106
107bool CustomCall::Call(OsiArgumentDesc const & params)
108{
109 if (!ValidateArgs(params)) {
110 return false;
111 }
112
113 handler_(std::ref(params));
114 return true;
115}
116
117
118bool CustomQuery::Query(OsiArgumentDesc & params)

Callers 1

CallWrapperMethod · 0.45

Calls 2

classIndexMethod · 0.80
functionIndexMethod · 0.80

Tested by

no test coverage detected