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

Function getEncoding

docs/tests/v2/es6/js/sanddance.js:134558–134561  ·  view source on GitHub ↗
(name, encode)

Source from the content-addressed store, hash-verified

134556}
134557
134558function getEncoding(name, encode) {
134559 var v = encode && (encode.update && encode.update[name] || encode.enter && encode.enter[name]);
134560 return v && v.signal ? v : v ? v.value : null;
134561}
134562
134563function getStyle(name, scope, style) {
134564 var s = scope.config.style[style];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected