| 27 | { |
| 28 | public: |
| 29 | inline CustomLuaQuery(STDString const & name, std::vector<CustomFunctionParam> params, |
| 30 | RegistryEntry handler) |
| 31 | : CustomQueryBase(name, std::move(params)), handler_(std::move(handler)) |
| 32 | {} |
| 33 | |
| 34 | bool Query(OsiArgumentDesc & params) override; |
| 35 |
nothing calls this directly
no outgoing calls
no test coverage detected