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

Method doLogout

tools/xsbug-log/xsbug-machine.js:226–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

224 this.doCommand(`import path="${path}" line="${wait ? 1 : 0}"`);
225 }
226 doLogout() {
227 this.doCommand(`logout`);
228 }
229 doModule(path, wait, source) {
230 let string = `\r\n<module path="${path}" line="${wait ? 1 : 0}"><![CDATA[`;
231 string += source;

Callers

nothing calls this directly

Calls 1

doCommandMethod · 0.95

Tested by

no test coverage detected