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

Function patch

docs/app/js/sanddance-app.js:148867–148872  ·  view source on GitHub ↗
(value17, base)

Source from the content-addressed store, hash-verified

148865 value: sign * value16
148866 };
148867const patch = (value17, base)=>{
148868 const s = value17.signal;
148869 return s && s.endsWith("(null)") ? {
148870 signal: s.slice(0, -6) + base.signal
148871 } : value17;
148872};
148873function fallback(prop, config, axisConfig1, style) {
148874 let styleProp;
148875 if (config && (0, _vegaUtil.hasOwnProperty)(config, prop)) return config[prop];

Callers 3

axisLabelsFunction · 0.70
axisTitleFunction · 0.70
autoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected