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

Method is_orphanPresent

src/Task.cpp:483–490  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

481
482////////////////////////////////////////////////////////////////////////////////
483bool Task::is_orphanPresent() const {
484 for (auto& att : data)
485 if (!isAnnotationAttr(att.first) && !isTagAttr(att.first) && !isDepAttr(att.first) &&
486 Context::getContext().columns.find(att.first) == Context::getContext().columns.end())
487 return true;
488
489 return false;
490}
491
492////////////////////////////////////////////////////////////////////////////////
493bool Task::is_overdue() const {

Callers

nothing calls this directly

Calls 1

findMethod · 0.80

Tested by

no test coverage detected