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

Function interactive

docs/app/js/sanddance-app.js:148071–148073  ·  view source on GitHub ↗
(spec, scope)

Source from the content-addressed store, hash-verified

148069 };
148070}
148071function interactive(spec, scope) {
148072 return spec && spec.signal ? scope.signalRef(spec.signal) : spec === false ? false : true;
148073}
148074/**
148075 * Parse a data transform specification.
148076 */ function parseTransform(spec, scope) {

Callers 1

parseMarkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected