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

Method hasAnnotations

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

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

Source from the content-addressed store, hash-verified

912
913////////////////////////////////////////////////////////////////////////////////
914bool Task::hasAnnotations() const { return annotation_count ? true : false; }
915
916////////////////////////////////////////////////////////////////////////////////
917// The timestamp is part of the name:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected