| 109 | { |
| 110 | public: |
| 111 | inline CustomFunction(std::string const & name, std::vector<CustomFunctionParam> params) |
| 112 | : name_(name), params_(params) |
| 113 | {} |
| 114 | |
| 115 | inline std::string Name() const |
| 116 | { |
nothing calls this directly
no outgoing calls
no test coverage detected