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

Method orderBy

packages/sql/src/query/QueryBuilder.ts:1712–1714  ·  view source on GitHub ↗
(orderBy: unknown)

Source from the content-addressed store, hash-verified

1710 },
1711 ): SelectQueryBuilder<Entity, RootAlias, Hint, Context, RawAliases, Fields, CTEs>;
1712 orderBy(orderBy: unknown): SelectQueryBuilder<Entity, RootAlias, Hint, Context, RawAliases, Fields, CTEs> {
1713 return this.processOrderBy(orderBy as QueryOrderMap<Entity>, true);
1714 }
1715
1716 /**
1717 * Adds additional ORDER BY clause without replacing existing order.

Callers

nothing calls this directly

Calls 1

processOrderByMethod · 0.95

Tested by

no test coverage detected