MCPcopy Index your code
hub / github.com/microsoft/SandDance / set

Method set

docs/app/js/sanddance-app.js:58168–58172  ·  view source on GitHub ↗
(setting, value)

Source from the content-addressed store, hash-verified

58166 return this._storage.config[setting];
58167 }
58168 set(setting, value) {
58169 this._storage.updateConfiguration({
58170 [setting]: value
58171 });
58172 }
58173 settings() {
58174 if (console.table) console.table(this._storage.config);
58175 else console.log(this._storage.config);

Callers 15

saveSnapshotsMethod · 0.45
__classPrivateFieldSetFunction · 0.45
asAsyncFunction · 0.45
_traverseEdgeFunction · 0.45
memoizeFunctionFunction · 0.45
memoizedGetValueFunction · 0.45
setMountCountersFunction · 0.45
sanddance-app.jsFile · 0.45
getWorkerURLFunction · 0.45
concatenateArrayBuffersFunction · 0.45
makeArrayBufferIteratorFunction · 0.45
flipRowsFunction · 0.45

Calls 1

updateConfigurationMethod · 0.45

Tested by

no test coverage detected