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

Function startBackend

desktop/ui/setup.js:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5// The backend always binds all interfaces; network availability is gated live
6// by the backend itself (Settings → "Make StemDeck available on your network").
7function startBackend() {
8 return invoke("start_backend");
9}
10
11const statusEl = document.getElementById("status");
12const detailsEl = document.getElementById("details");

Callers 1

runSetupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected