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

Method Task

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

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

Source from the content-addressed store, hash-verified

116
117////////////////////////////////////////////////////////////////////////////////
118Task::Task(const std::string& input) {
119 id = 0;
120 urgency_value = 0.0;
121 recalc_urgency = true;
122 is_blocked = false;
123 is_blocking = false;
124 annotation_count = 0;
125
126 parse(input);
127}
128
129////////////////////////////////////////////////////////////////////////////////
130Task::Task(const json::object* obj) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected