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

Method debug

src/Context.cpp:1332–1334  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1330
1331////////////////////////////////////////////////////////////////////////////////
1332void Context::debug(const std::string& input) {
1333 if (input.length()) debugMessages.push_back(input);
1334}
1335
1336////////////////////////////////////////////////////////////////////////////////
1337CurrentTask::CurrentTask(Context& context, const Task* task)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected