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

Function getEncoding

docs/app/js/sanddance-app.js:147574–147577  ·  view source on GitHub ↗
(name, encode)

Source from the content-addressed store, hash-verified

147572 return _;
147573}
147574function getEncoding(name, encode) {
147575 const v = encode && (encode.update && encode.update[name] || encode.enter && encode.enter[name]);
147576 return v && v.signal ? v : v ? v.value : null;
147577}
147578function getStyle(name, scope, style) {
147579 const s = scope.config.style[style];
147580 return s && s[name];

Callers 2

getChannelFunction · 0.70
getFontSizeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected