()
| 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)); |
no outgoing calls
no test coverage detected