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

Method source

src/Variant.cpp:139–139  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

137
138////////////////////////////////////////////////////////////////////////////////
139void Variant::source(const std::string& input) { _source = input; }
140
141////////////////////////////////////////////////////////////////////////////////
142const std::string& Variant::source() const { return _source; }

Callers 8

domSourceFunction · 0.80
operator<Method · 0.80
operator<=Method · 0.80
operator>Method · 0.80
operator>=Method · 0.80
operator==Method · 0.80
operator_matchMethod · 0.80
operator_partialMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected