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

Method is_udaPresent

src/Task.cpp:475–480  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

473
474////////////////////////////////////////////////////////////////////////////////
475bool Task::is_udaPresent() const {
476 for (auto& col : Context::getContext().columns)
477 if (col.second->is_uda() && has(col.first)) return true;
478
479 return false;
480}
481
482////////////////////////////////////////////////////////////////////////////////
483bool Task::is_orphanPresent() const {

Callers

nothing calls this directly

Calls 1

is_udaMethod · 0.80

Tested by

no test coverage detected