MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / virtual-entities.postgres.test.ts

File virtual-entities.postgres.test.ts

tests/features/virtual-entities/virtual-entities.postgres.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { EntitySchema, raw, SimpleLogger, sql, wrap } from '@mikro-orm/core';
2import { Embedded, Entity, ManyToOne, Property, ReflectMetadataProvider } from '@mikro-orm/decorators/legacy';
3import { EntityManager, MikroORM } from '@mikro-orm/postgresql';
4import { mockLogger } from '../../bootstrap.js';

Callers

nothing calls this directly

Calls 15

sqlFunction · 0.90
rawFunction · 0.90
wrapFunction · 0.90
testFunction · 0.85
pushMethod · 0.80
sortMethod · 0.80
getIdentityMapMethod · 0.80
getUnitOfWorkMethod · 0.80
createEntitiesFunction · 0.70
groupByMethod · 0.65
selectMethod · 0.65
joinMethod · 0.65

Tested by

no test coverage detected