MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / dirWord

Function dirWord

src/cli/maintain-report-export.ts:24–25  ·  view source on GitHub ↗
(d: MaintainForecast['direction'])

Source from the content-addressed store, hash-verified

22}
23
24const dirWord = (d: MaintainForecast['direction']): string =>
25 d === 'rising' ? 'rising ↑' : d === 'falling' ? 'cooling ↓' : 'steady →';
26
27function sparkline(trend: number[]): string {
28 const max = Math.max(1, ...trend);

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected