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

Function detokenize

docs/app/js/sanddance-app.js:27169–27172  ·  view source on GitHub ↗
(styles)

Source from the content-addressed store, hash-verified

27167 }
27168}
27169function detokenize(styles) {
27170 if (styles) styles = resolveThemableArray(splitStyles(styles)).styleString;
27171 return styles;
27172}
27173/**
27174 * Resolves ThemingInstruction objects in an array and joins the result into a string.
27175 * @param {ThemableArray} splitStyleArray ThemableArray to resolve and join.

Callers

nothing calls this directly

Calls 2

resolveThemableArrayFunction · 0.85
splitStylesFunction · 0.85

Tested by

no test coverage detected