Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getNextStatus
Method · 0.95
getPreviousStatus
Method · 0.95
Calls
1
getStatusesByOrder
Method · 0.95
Tested by
no test coverage detected