Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/EmulatorJS/EmulatorJS
/ getCurrentDisk
Method
getCurrentDisk
data/src/GameManager.js:400–402 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
398
return
this.functions.getDiskCount();
399
}
400
getCurrentDisk() {
401
return
this.functions.getCurrentDisk();
402
}
403
setCurrentDisk(disk) {
404
this.functions.setCurrentDisk(disk);
405
}
Callers
1
setupDisksMenu
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected