MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / constructor

Method constructor

tests/features/reflection/GH5144.test.ts:54–58  ·  view source on GitHub ↗
(account: Account, username: string, password: string)

Source from the content-addressed store, hash-verified

52 [PrimaryKeyProp]?: 'account';
53
54 constructor(account: Account, username: string, password: string) {
55 this.account = ref(account);
56 this.username = username;
57 this.password = password;
58 }
59}
60
61@Entity()

Callers

nothing calls this directly

Calls 1

refFunction · 0.90

Tested by

no test coverage detected