MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / getStatusOrder

Method getStatusOrder

src/services/StatusManager.ts:143–146  ·  view source on GitHub ↗

* Get status order for sorting

(statusValue: string)

Source from the content-addressed store, hash-verified

141 * Get status order for sorting
142 */
143 getStatusOrder(statusValue: string): number {
144 const status = this.getStatusConfig(statusValue);
145 return status?.order || 0;
146 }
147
148 /**
149 * Get CSS variables for status colors

Callers 7

getSortedGroupKeysFunction · 0.80
compareStatusesFunction · 0.80
applySwimLaneOrderMethod · 0.80

Calls 1

getStatusConfigMethod · 0.95

Tested by

no test coverage detected