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

Method attr2Dep

src/Task.cpp:1289–1292  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1287
1288////////////////////////////////////////////////////////////////////////////////
1289std::string Task::attr2Dep(const std::string& attr) {
1290 assert(isDepAttr(attr));
1291 return attr.substr(4);
1292}
1293
1294////////////////////////////////////////////////////////////////////////////////
1295bool Task::isAnnotationAttr(const std::string& attr) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected