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

Method getPivotPath

packages/sql/src/query/CriteriaNode.ts:176–178  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

174 }
175
176 getPivotPath(path: string): string {
177 return `${path}[pivot]`;
178 }
179
180 aliased(field: string, alias?: string): string {
181 return alias ? `${alias}.${field}` : field;

Callers 1

getPathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected