| 127 | |
| 128 | |
| 129 | bool CustomQuery::Query(OsiArgumentDesc & params) |
| 130 | { |
| 131 | if (!ValidateArgs(params)) { |
| 132 | return false; |
| 133 | } |
| 134 | |
| 135 | return handler_(std::ref(params)); |
| 136 | } |
| 137 | |
| 138 | |
| 139 | void CustomFunctionManager::BeginStaticRegistrationPhase() |
no test coverage detected