Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mikro-orm/mikro-orm
/ beforeDelete
Method
beforeDelete
tests/issues/GH493.test.ts:25–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
24
@BeforeDelete()
25
async
beforeDelete() {
26
await
wrap(this, true).__em!.flush();
27
}
28
}
29
30
describe(
'GH issue 493'
, () => {
Callers
nothing calls this directly
Calls
2
wrap
Function · 0.50
flush
Method · 0.45
Tested by
no test coverage detected