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

Function outerError

docs/app/js/sanddance-app.js:147047–147049  ·  view source on GitHub ↗
(prefix, name)

Source from the content-addressed store, hash-verified

147045 "bind"
147046];
147047function outerError(prefix, name) {
147048 (0, _vegaUtil.error)(prefix + ' for "outer" push: ' + (0, _vegaUtil.stringValue)(name));
147049}
147050function parseSignal(signal, scope) {
147051 const name = signal.name;
147052 if (signal.push === OUTER) {

Callers 1

parseSignalFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected