MCPcopy
hub / github.com/microsoft/SandDance / get

Method get

docs/app/js/sanddance-app.js:58165–58167  ·  view source on GitHub ↗
(setting)

Source from the content-addressed store, hash-verified

58163 return this;
58164 }
58165 get(setting) {
58166 return this._storage.config[setting];
58167 }
58168 set(setting, value) {
58169 this._storage.updateConfiguration({
58170 [setting]: value

Callers 15

setupbase.pyFile · 0.45
whichFunction · 0.45
showMethod · 0.45
renderMethod · 0.45
size_changedMethod · 0.45
data_changedMethod · 0.45
viewInSandDanceFunction · 0.45
activateFunction · 0.45
__classPrivateFieldGetFunction · 0.45
AsyncFunction · 0.45
_traverseEdgeFunction · 0.45
memoizeFunctionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected