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

Method getComparator

packages/core/src/EntityManager.ts:2714–2716  ·  view source on GitHub ↗

* Gets the EntityComparator.

()

Source from the content-addressed store, hash-verified

2712 * Gets the EntityComparator.
2713 */
2714 getComparator(): EntityComparator {
2715 return this.#comparator;
2716 }
2717
2718 private checkLockRequirements(mode: LockMode | undefined, meta: EntityMetadata): void {
2719 if (!mode) {

Calls

no outgoing calls

Tested by

no test coverage detected