MCPcopy 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
30describe('GH issue 493', () => {

Callers

nothing calls this directly

Calls 2

wrapFunction · 0.50
flushMethod · 0.45

Tested by

no test coverage detected