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

Function artLabel

static/mobile/app.js:119–121  ·  view source on GitHub ↗
(card)

Source from the content-addressed store, hash-verified

117 : `background:${g};`;
118}
119function artLabel(card) {
120 return card && safeThumb(card.thumb) ? "" : esc((card && card.initial) || "♪");
121}
122
123// ─── Mixer / engine helpers ───
124function lanes() {

Callers 3

mixerScreenFunction · 0.85
libraryBodyFunction · 0.85
miniPlayerFunction · 0.85

Calls 2

safeThumbFunction · 0.85
escFunction · 0.70

Tested by

no test coverage detected