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

Method attribute

src/CLI2.cpp:83–87  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////////// Accessor for attributes.

Source from the content-addressed store, hash-verified

81////////////////////////////////////////////////////////////////////////////////
82// Accessor for attributes.
83void A2::attribute(const std::string& name, const std::string& value) {
84 _attributes[name] = value;
85
86 if (name == "raw") decompose();
87}
88
89////////////////////////////////////////////////////////////////////////////////
90// Accessor for attributes.

Callers 15

modifyMethod · 0.80
pendingOnlyMethod · 0.80
handleArg0Method · 0.80
lexArgumentsMethod · 0.80
demotionMethod · 0.80
addContextMethod · 0.80
prepareFilterMethod · 0.80
getWordsMethod · 0.80
getBinaryMethod · 0.80
getCommandMethod · 0.80
dumpMethod · 0.80
aliasExpansionMethod · 0.80

Calls 1

findMethod · 0.80

Tested by

no test coverage detected