(item)
| 2258 | this._setItems?.(this._items); |
| 2259 | } |
| 2260 | removeItem(item) { |
| 2261 | this._items.delete(item); |
| 2262 | this._setItems?.(this._items); |
| 2263 | } |
| 2264 | |
| 2265 | register() { |
| 2266 | registerItem(this._element, this.shouldAdd); |
no outgoing calls
no test coverage detected