Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/SandDance
/ setLevel
Method
setLevel
docs/app/js/sanddance-app.js:58159–58164 ·
view source on GitHub ↗
(level)
Source
from the content-addressed store, hash-verified
58157
return
this;
58158
}
58159
setLevel(level) {
58160
this._storage.updateConfiguration({
58161
level
58162
});
58163
return
this;
58164
}
58165
get(setting) {
58166
return
this._storage.config[setting];
58167
}
Callers
1
level
Method · 0.95
Calls
1
updateConfiguration
Method · 0.45
Tested by
no test coverage detected