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

Method getSaveFilePath

data/src/GameManager.js:406–408  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

404 this.functions.setCurrentDisk(disk);
405 }
406 getSaveFilePath() {
407 return this.functions.getSaveFilePath();
408 }
409 saveSaveFiles() {
410 this.functions.saveSaveFiles();
411 this.EJS.callEvent("saveSaveFiles", this.getSaveFile(false));

Callers 2

getSaveFileMethod · 0.95
createBottomMenuBarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected