()
| 122 | } |
| 123 | |
| 124 | get meta(): MutationMeta | undefined { |
| 125 | return this.options.meta |
| 126 | } |
| 127 | |
| 128 | addObserver(observer: MutationObserver<any, any, any, any>): void { |
| 129 | if (!this.#observers.includes(observer)) { |
nothing calls this directly
no outgoing calls
no test coverage detected