MCPcopy Index your code
hub / github.com/EmulatorJS/EmulatorJS / setCurrentDisk

Method setCurrentDisk

data/src/GameManager.js:403–405  ·  view source on GitHub ↗
(disk)

Source from the content-addressed store, hash-verified

401 return this.functions.getCurrentDisk();
402 }
403 setCurrentDisk(disk) {
404 this.functions.setCurrentDisk(disk);
405 }
406 getSaveFilePath() {
407 return this.functions.getSaveFilePath();
408 }

Callers 1

handleSpecialOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected