MCPcopy
hub / github.com/GooseMod/OpenAsar / get

Method get

src/appSettings.js:23–25  ·  view source on GitHub ↗
(k, d)

Source from the content-addressed store, hash-verified

21 }
22
23 get(k, d) {
24 return this.store[k] ?? d;
25 }
26
27 set(k, v) {
28 this.store[k] = v;

Callers 9

Constants.jsFile · 0.80
index.jsFile · 0.80
cmdSwitches.jsFile · 0.80
bootstrap.jsFile · 0.80
autoStart.jsFile · 0.80
initNewFunction · 0.80
_handleResponseMethod · 0.80
moduleUpdater.jsFile · 0.80
index.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected