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

Method unconfigServer

contributed/modClock/main.js:664–670  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

662 this.advertiseServer();
663 }
664 unconfigServer() {
665 this.uiServer?.close();
666 delete this.uiServer;
667
668 this.mdns?.close();
669 delete this.mdns;
670 }
671
672 configAP(ssid, password) {
673trace(`Configure access point ${ssid}\n`);

Callers 1

connectMethod · 0.95

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected