Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ defineEntity, MikroORM, p, quote, serialize } from
'@mikro-orm/sqlite'
;
2
3
const
SupplierSchema = defineEntity({
4
name:
'Supplier'
,
Callers
nothing calls this directly
Calls
15
defineEntity
Function · 0.85
setClass
Method · 0.80
primary
Method · 0.65
scale
Method · 0.65
precision
Method · 0.65
formula
Method · 0.65
init
Method · 0.65
refresh
Method · 0.65
close
Method · 0.65
create
Method · 0.65
clear
Method · 0.65
quote
Function · 0.50
Tested by
no test coverage detected