MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / apiCallList

Function apiCallList

app/rcc/api/SerialStudio.js:48–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46// bridge provides it (the control script's worker thread).
47function apiCall(method, params) { return __ss_bridge.call(method, params || {}); }
48function apiCallList() { return __ss_bridge.listCommands(); }
49function delay(ms) { if (__ss_bridge.delay) __ss_bridge.delay(ms); }
50// deviceWriteAndWait(data, timeoutMs, until, source): write then block the worker
51// (never the GUI) until the reply satisfies `until` -- a terminator string, an

Callers

nothing calls this directly

Calls 1

listCommandsMethod · 0.45

Tested by

no test coverage detected