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

Method dep2Attr

src/Task.cpp:1282–1286  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1280
1281////////////////////////////////////////////////////////////////////////////////
1282std::string Task::dep2Attr(const std::string& tag) {
1283 std::stringstream tag_attr;
1284 tag_attr << "dep_" << tag;
1285 return tag_attr.str();
1286}
1287
1288////////////////////////////////////////////////////////////////////////////////
1289std::string Task::attr2Dep(const std::string& attr) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected