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

Method urgency_blocking

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

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

Source from the content-addressed store, hash-verified

1937
1938////////////////////////////////////////////////////////////////////////////////
1939float Task::urgency_blocking() const {
1940 if (is_blocking) return 1.0;
1941
1942 return 0.0;
1943}
1944
1945#ifdef PRODUCT_TASKWARRIOR
1946////////////////////////////////////////////////////////////////////////////////

Callers 1

executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected