Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cursor/plugins
/ compareSlackTsDesc
Function
compareSlackTsDesc
orchestrate/skills/orchestrate/scripts/core/andon.ts:229–231 ·
view source on GitHub ↗
(a: string, b: string)
Source
from the content-addressed store, hash-verified
227
}
228
229
function
compareSlackTsDesc(a: string, b: string): number {
230
return
Number(b) - Number(a);
231
}
232
233
export
function
isAndonActive(
234
andon: Andon | undefined
Callers
1
latestRaisedReason
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected