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

Function __ssEnsureFail

app/rcc/api/prelude.js:213–217  ·  view source on GitHub ↗
(out, error)

Source from the content-addressed store, hash-verified

211 return bits;
212 };
213 var __ssEnsureFail = function(out, error) {
214 out.ok = false;
215 out.error = error || 'ensureDashboard: API call failed';
216 return out;
217 };
218
219 ensureDashboard = function(spec) {
220 var out = { ok: true, createdGroups: 0, createdDatasets: 0 };

Callers 1

prelude.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected