* Updates active using the provided value. * @param {boolean} value active or not * @returns {void}
(value)
| 190 | * @returns {void} |
| 191 | */ |
| 192 | setActive(value) { |
| 193 | this.conditional = false; |
| 194 | this._active = value; |
| 195 | } |
| 196 | } |
| 197 | |
| 198 | /** @typedef {typeof TRANSITIVE_ONLY} TRANSITIVE_ONLY */ |
no outgoing calls
no test coverage detected