Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onMessage
Method · 0.80
step
Method · 0.80
Calls
1
doCommand
Method · 0.95
Tested by
no test coverage detected