MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / polymorphic-embedded-entities.sqlite.test.ts

File polymorphic-embedded-entities.sqlite.test.ts

tests/features/embeddables/polymorphic-embedded-entities.sqlite.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { ObjectHydrator } from '@mikro-orm/core';
2import { MikroORM, OptionalProps, wrap } from '@mikro-orm/core';
3import { Embeddable, Embedded, Entity, Enum, PrimaryKey, Property } from '@mikro-orm/decorators/legacy';
4import { TsMorphMetadataProvider } from '@mikro-orm/reflection';

Callers

nothing calls this directly

Calls 15

EmbeddableFunction · 0.90
EnumFunction · 0.90
PropertyFunction · 0.90
wrapFunction · 0.90
testFunction · 0.85
getEntityHydratorMethod · 0.80
getSnapshotGeneratorMethod · 0.80
pushMethod · 0.80
checkFunction · 0.70
initMethod · 0.65
createMethod · 0.65
closeMethod · 0.65

Tested by

no test coverage detected