MCPcopy Index your code
hub / github.com/Acode-Foundation/Acode / get

Method get

src/lib/settings.js:378–380  ·  view source on GitHub ↗

* Gets a setting with the given key * @param {String} key * @returns

(key)

Source from the content-addressed store, hash-verified

376 * @returns
377 */
378 get(key) {
379 return this.value[key];
380 }
381
382 /**
383 * Returns changed settings

Callers 15

onDeviceReadyFunction · 0.45
showFunction · 0.45
onclickFunction · 0.45
settingsPage.jsFile · 0.45
TabViewFunction · 0.45
omtouchendFunction · 0.45
changeTabFunction · 0.45
handleKeypressFunction · 0.45
updateHintFocusFunction · 0.45
positionFunction · 0.45
index.jsFile · 0.45
createReferenceItemFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected