MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / complete

Method complete

examples/network/ble/test-client/tests.js:24–29  ·  view source on GitHub ↗
(code = "okay")

Source from the content-addressed store, hash-verified

22 }
23
24 complete(code = "okay") {
25 if (!this.done) {
26 this.callback(code);
27 this.done = true;
28 }
29 }
30
31 startTest(device) {}
32 onServices(services) {}

Callers

nothing calls this directly

Calls 1

callbackMethod · 0.45

Tested by

no test coverage detected