MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / start

Function start

project/emscripten/boxedwine-shell.js:432–437  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

430 function closeGetFilesModal() { //called by boxedwine.html
431 }
432 function start() { //called by boxedwine.html
433 if(isRunning){
434 return;
435 }
436 startEmulator();
437 }
438 function startEmulator() {
439 isRunning = true;
440

Callers 2

buildBrowserFileSystemFunction · 0.85
applyMethod · 0.85

Calls 1

startEmulatorFunction · 0.85

Tested by

no test coverage detected