MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / explicit-serialization.test.ts

File explicit-serialization.test.ts

tests/features/serialization/explicit-serialization.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { wrap, serialize } from '@mikro-orm/core';
2import { MikroORM } from '@mikro-orm/postgresql';
3import { initORMPostgreSql } from '../../bootstrap.js';
4import { Author2, Book2, FooBar2, Publisher2, PublisherType } from '../../entities-sql/index.js';

Callers

nothing calls this directly

Calls 14

wrapFunction · 0.90
serializeFunction · 0.90
initORMPostgreSqlFunction · 0.85
testFunction · 0.85
createEntitiesFunction · 0.70
clearMethod · 0.65
dropDatabaseMethod · 0.65
closeMethod · 0.65
createMethod · 0.65
serializeMethod · 0.65
populateMethod · 0.65
flushMethod · 0.45

Tested by

no test coverage detected