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

Function getOperator

docs/app/js/sanddance-app.js:146531–146533  ·  view source on GitHub ↗

* Resolve an operator reference.

(_, ctx)

Source from the content-addressed store, hash-verified

146529/**
146530 * Resolve an operator reference.
146531 */ function getOperator(_, ctx) {
146532 return ctx.get(_.$ref) || (0, _vegaUtil.error)("Operator not defined: " + _.$ref);
146533}
146534/**
146535 * Resolve an expression reference.
146536 */ function getExpression(_, ctx, params) {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected