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

Method Query

OsiInterface/CustomFunctions.cpp:118–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116
117
118bool CustomQuery::Query(OsiArgumentDesc & params)
119{
120 if (!ValidateArgs(params)) {
121 return false;
122 }
123
124 return handler_(std::ref(params));
125}
126
127
128FunctionHandle CustomFunctionManager::Register(std::unique_ptr<CustomCall> call)

Callers 1

QueryWrapperMethod · 0.45

Calls 2

classIndexMethod · 0.80
functionIndexMethod · 0.80

Tested by

no test coverage detected