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

Function targets

docs/app/js/sanddance-app.js:107496–107498  ·  view source on GitHub ↗

* Returns a list of target operators dependent on this operator. * If this list does not exist, it is created and then returned. * @return {UniqueList}

()

Source from the content-addressed store, hash-verified

107494 * If this list does not exist, it is created and then returned.
107495 * @return {UniqueList}
107496 */ targets () {
107497 return this._targets || (this._targets = UniqueList((0, _vegaUtil.id)));
107498 },
107499 /**
107500 * Sets the value of this operator.
107501 * @param {*} value - the value to set.

Callers

nothing calls this directly

Calls 1

UniqueListFunction · 0.70

Tested by

no test coverage detected