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

Function configureRunMode

docs/app/js/sanddance-app.js:27104–27106  ·  view source on GitHub ↗
(mode)

Source from the content-addressed store, hash-verified

27102 _themeState.loadStyles = loadStylesFn;
27103}
27104function configureRunMode(mode) {
27105 _themeState.runState.mode = mode;
27106}
27107function flush() {
27108 measure(function() {
27109 var styleArrays = _themeState.runState.buffer.slice();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected