MCPcopy Create free account
hub / github.com/GothenburgBitFactory/taskwarrior / getOperators

Method getOperators

src/Eval.cpp:184–190  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////////// Static.

Source from the content-addressed store, hash-verified

182////////////////////////////////////////////////////////////////////////////////
183// Static.
184std::vector<std::string> Eval::getOperators() {
185 std::vector<std::string> all;
186 all.reserve(NUM_OPERATORS);
187 for (const auto& opr : operators) all.push_back(opr.op);
188
189 return all;
190}
191
192////////////////////////////////////////////////////////////////////////////////
193// Static.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected