* Returns a list of target operators dependent on this operator. * If this list does not exist, it is created and then returned. * @return {UniqueList}
()
| 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. |
nothing calls this directly
no test coverage detected