Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
}
119
function
artLabel(card) {
120
return
card && safeThumb(card.thumb) ?
""
: esc((card && card.initial) ||
"♪"
);
121
}
122
123
// ─── Mixer / engine helpers ───
124
function
lanes() {
Callers
3
mixerScreen
Function · 0.85
libraryBody
Function · 0.85
miniPlayer
Function · 0.85
Calls
2
safeThumb
Function · 0.85
esc
Function · 0.70
Tested by
no test coverage detected