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

Method doImport

tools/xsbug-log/xsbug-machine.js:223–225  ·  view source on GitHub ↗
(path, wait)

Source from the content-addressed store, hash-verified

221 this.doCommand(`go`);
222 }
223 doImport(path, wait) {
224 this.doCommand(`import path="${path}" line="${wait ? 1 : 0}"`);
225 }
226 doLogout() {
227 this.doCommand(`logout`);
228 }

Callers 2

onMessageMethod · 0.80
stepMethod · 0.80

Calls 1

doCommandMethod · 0.95

Tested by

no test coverage detected