()
| 4355 | } |
| 4356 | |
| 4357 | private ensureNotFinalized(): void { |
| 4358 | if (this.#state.finalized) { |
| 4359 | throw new Error('This QueryBuilder instance is already finalized, clone it first if you want to modify it.'); |
| 4360 | } |
| 4361 | } |
| 4362 | |
| 4363 | /** @ignore */ |
| 4364 | /* v8 ignore next */ |
no outgoing calls
no test coverage detected