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