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

Method is_empty

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

/////////////////////////////////////////////////////////////////////////// An empty task is typically a "dummy", such as in DOM evaluation, which may or may not occur in the context of a task.

Source from the content-addressed store, hash-verified

351// An empty task is typically a "dummy", such as in DOM evaluation, which may or
352// may not occur in the context of a task.
353bool Task::is_empty() const { return data.size() == 0; }
354
355////////////////////////////////////////////////////////////////////////////////
356// Ready means pending, not blocked and either not scheduled or scheduled before

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected