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

Function setEventSource

static/js/state.js:128–128  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

126// ─── Setter helpers for mutable state (so other modules can update) ───
127
128export function setEventSource(v) { eventSource = v; }
129export function setMultitrack(v) { multitrack = v; }
130export function setAudioEngine(v) { audioEngine = v; }
131export function setCurrentJobId(v) { currentJobId = v; }

Callers 2

resetFunction · 0.90
openFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected