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

Method addSource

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

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

Source from the content-addressed store, hash-verified

118
119////////////////////////////////////////////////////////////////////////////////
120void Eval::addSource(bool (*source)(const std::string&, Variant&)) { _sources.push_back(source); }
121
122////////////////////////////////////////////////////////////////////////////////
123void Eval::evaluateInfixExpression(const std::string& e, Variant& v) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected