MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / setFlag

Method setFlag

packages/sql/src/query/QueryBuilder.ts:2041–2045  ·  view source on GitHub ↗
(flag: QueryFlag)

Source from the content-addressed store, hash-verified

2039 }
2040
2041 setFlag(flag: QueryFlag): this {
2042 this.ensureNotFinalized();
2043 this.#state.flags.add(flag);
2044 return this;
2045 }
2046
2047 unsetFlag(flag: QueryFlag): this {
2048 this.ensureNotFinalized();

Callers 2

distinctMethod · 0.95
whereMethod · 0.95

Calls 2

ensureNotFinalizedMethod · 0.95
addMethod · 0.80

Tested by

no test coverage detected