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

Function __ssEnsureFail

app/rcc/api/SerialStudio.js:272–276  ·  view source on GitHub ↗
(out, error)

Source from the content-addressed store, hash-verified

270 return bits;
271 };
272 var __ssEnsureFail = function(out, error) {
273 out.ok = false;
274 out.error = error || 'ensureDashboard: API call failed';
275 return out;
276 };
277
278 ensureDashboard = function(spec) {
279 var out = { ok: true, createdGroups: 0, createdDatasets: 0 };

Callers 1

SerialStudio.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected