MCPcopy
hub / github.com/stemdeckapp/stemdeck / stabilityLabel

Function stabilityLabel

static/js/catalog.js:377–382  ·  view source on GitHub ↗
(pct)

Source from the content-addressed store, hash-verified

375}
376
377function stabilityLabel(pct) {
378 if (pct >= 90) return "Very Stable";
379 if (pct >= 70) return "Stable";
380 if (pct >= 50) return "Moderate";
381 return "Variable";
382}
383
384export function applyStemPresenceCards(stemPresence) {
385 const cards = document.querySelectorAll(".stem-presence-panel .stem-card");

Callers 1

applyTrackInfoToPanelFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected