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

Method CustomCall

OsiInterface/CustomFunctions.h:154–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 {
153 public:
154 inline CustomCall(std::string const & name, std::vector<CustomFunctionParam> params,
155 std::function<void (OsiArgumentDesc const &)> handler)
156 : CustomFunction(name, std::move(params)), handler_(handler)
157 {}
158
159 bool Call(OsiArgumentDesc const & params);
160

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected