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

Method getSettingValue

data/src/emulator.js:4529–4531  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

4527 }
4528 }
4529 getSettingValue(id) {
4530 return this.allSettings[id] || this.settings[id] || null;
4531 }
4532 setupSettingsMenu() {
4533 this.settingsMenu = this.createElement("div");
4534 this.settingsMenu.classList.add("ejs_settings_parent");

Callers 7

createContextMenuMethod · 0.95
createBottomMenuBarMethod · 0.95
keyChangeMethod · 0.95
setVirtualGamepadMethod · 0.95
screenshotMethod · 0.95
screenRecordMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected