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

Function deref

docs/app/js/sanddance-app.js:147133–147135  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

147131 return specValue != null ? specValue : defaultValue;
147132}
147133function deref(v) {
147134 return v && v.signal || v;
147135}
147136const Timer = "timer";
147137function parseStream(stream, scope) {
147138 const method = stream.merge ? mergeStream : stream.stream ? nestedStream : stream.type ? eventStream : (0, _vegaUtil.error)("Invalid stream specification: " + (0, _vegaUtil.stringValue)(stream));

Callers 3

parseLegendFunction · 0.70
sizeExpressionFunction · 0.70
axisLabelsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected