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

Method Eval

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

///////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

115
116////////////////////////////////////////////////////////////////////////////////
117Eval::Eval() { addSource(namedConstants); }
118
119////////////////////////////////////////////////////////////////////////////////
120void Eval::addSource(bool (*source)(const std::string&, Variant&)) { _sources.push_back(source); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected