MCPcopy
hub / github.com/callumalpass/tasknotes / isCompletedStatus

Method isCompletedStatus

src/services/StatusManager.ts:135–138  ·  view source on GitHub ↗

* Check if a status value represents a completed task

(statusValue: string)

Source from the content-addressed store, hash-verified

133 * Check if a status value represents a completed task
134 */
135 isCompletedStatus(statusValue: string): boolean {
136 const status = this.getStatusConfig(statusValue);
137 return status?.isCompleted || false;
138 }
139
140 /**
141 * Get status order for sorting

Callers

nothing calls this directly

Calls 1

getStatusConfigMethod · 0.95

Tested by

no test coverage detected