MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / serialize-fields-hint.test.ts

File serialize-fields-hint.test.ts

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

Source from the content-addressed store, hash-verified

1import { defineEntity, MikroORM, p, quote, serialize } from '@mikro-orm/sqlite';
2
3const SupplierSchema = defineEntity({
4 name: 'Supplier',

Callers

nothing calls this directly

Calls 15

defineEntityFunction · 0.85
setClassMethod · 0.80
primaryMethod · 0.65
scaleMethod · 0.65
precisionMethod · 0.65
formulaMethod · 0.65
initMethod · 0.65
refreshMethod · 0.65
closeMethod · 0.65
createMethod · 0.65
clearMethod · 0.65
quoteFunction · 0.50

Tested by

no test coverage detected