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

Function colorizeBlocked

src/rules.cpp:88–90  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

86
87////////////////////////////////////////////////////////////////////////////////
88static void colorizeBlocked(Task& task, const Color& base, Color& c, bool merge) {
89 if (task.is_blocked) applyColor(base, c, merge);
90}
91
92////////////////////////////////////////////////////////////////////////////////
93static void colorizeBlocking(Task& task, const Color& base, Color& c, bool merge) {

Callers 1

autoColorizeFunction · 0.85

Calls 1

applyColorFunction · 0.85

Tested by

no test coverage detected