(obj: Dictionary)
| 2182 | |
| 2183 | const schema = this.getSchema(this.mainAlias); |
| 2184 | const isNotEmptyObject = (obj: Dictionary) => Utils.hasObjectKeys(obj) || RawQueryFragment.hasObjectFragments(obj); |
| 2185 | |
| 2186 | Utils.runIfNotEmpty( |
| 2187 | () => this.helper.appendQueryCondition(this.type, this.#state.cond, qb), |
nothing calls this directly
no test coverage detected