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

Function pickPhrase

static/js/job.js:32–35  ·  view source on GitHub ↗
(status)

Source from the content-addressed store, hash-verified

30}
31
32function pickPhrase(status) {
33 const pool = stagePhrases[status] || stagePhrases.default;
34 return pool[Math.floor(Math.random() * pool.length)];
35}
36
37function setOverlayPhrase(text) {
38 const el = document.getElementById("waveLoadingPhrase");

Callers 1

startPhraseRotationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected