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

File GH7679.test.ts

tests/issues/GH7679.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { defineEntity, p, Type } from '@mikro-orm/core';
2import { MikroORM } from '@mikro-orm/sqlite';
3
4class HexEncodedType extends Type<string | null, string | null> {

Callers

nothing calls this directly

Calls 15

defineEntityFunction · 0.90
testFunction · 0.85
getKyselyMethod · 0.80
autoincrementMethod · 0.65
primaryMethod · 0.65
typeMethod · 0.65
nullableMethod · 0.65
mappedByMethod · 0.65
refreshMethod · 0.65
closeMethod · 0.65
executeMethod · 0.65
whereMethod · 0.65

Tested by

no test coverage detected