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

Method isAnnotationAttr

src/Task.cpp:1295–1297  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1293
1294////////////////////////////////////////////////////////////////////////////////
1295bool Task::isAnnotationAttr(const std::string& attr) {
1296 return attr.compare(0, 11, "annotation_") == 0;
1297}
1298
1299#ifdef PRODUCT_TASKWARRIOR
1300////////////////////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected