* Gets the EntityComparator.
()
| 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) { |
no outgoing calls
no test coverage detected