MCPcopy 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
229function compareSlackTsDesc(a: string, b: string): number {
230 return Number(b) - Number(a);
231}
232
233export function isAndonActive(
234 andon: Andon | undefined

Callers 1

latestRaisedReasonMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected