MCPcopy Create free account
hub / github.com/callumalpass/tasknotes / getCycleStatuses

Method getCycleStatuses

src/services/StatusManager.ts:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 }
21
22 private getCycleStatuses(): StatusConfig[] {
23 return this.getStatusesByOrder().filter((status) => !status.excludeFromCycle);
24 }
25
26 /**
27 * Get next status in cycle from current status

Callers 2

getNextStatusMethod · 0.95
getPreviousStatusMethod · 0.95

Calls 1

getStatusesByOrderMethod · 0.95

Tested by

no test coverage detected