MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / result-cache.postgre.test.ts

File result-cache.postgre.test.ts

tests/features/result-cache/result-cache.postgre.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { MikroORM } from '@mikro-orm/core';
2import { wrap, LoadStrategy, serialize } from '@mikro-orm/core';
3import { PostgreSqlDriver } from '@mikro-orm/postgresql';
4import { Author2, Book2, BookTag2, Publisher2 } from '../../entities-sql/index.js';

Callers

nothing calls this directly

Calls 15

wrapFunction · 0.90
serializeFunction · 0.90
initORMPostgreSqlFunction · 0.85
testFunction · 0.85
clearCacheMethod · 0.80
getResultListMethod · 0.80
cacheMethod · 0.80
createBooksWithTagsFunction · 0.70
callFunction · 0.70
clearMethod · 0.65
dropDatabaseMethod · 0.65
closeMethod · 0.65

Tested by

no test coverage detected