MCPcopy Create free account
hub / github.com/microsoft/SandDance / configureLoadStyles

Function configureLoadStyles

docs/app/js/sanddance-app.js:27101–27103  ·  view source on GitHub ↗
(loadStylesFn)

Source from the content-addressed store, hash-verified

27099 });
27100}
27101function configureLoadStyles(loadStylesFn) {
27102 _themeState.loadStyles = loadStylesFn;
27103}
27104function configureRunMode(mode) {
27105 _themeState.runState.mode = mode;
27106}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected