MCPcopy
hub / github.com/pocketbase/pocketbase / OnModelDeleteExecute

Method OnModelDeleteExecute

core/base.go:871–873  ·  view source on GitHub ↗
(tags ...string)

Source from the content-addressed store, hash-verified

869}
870
871func (app *BaseApp) OnModelDeleteExecute(tags ...string) *hook.TaggedHook[*ModelEvent] {
872 return hook.NewTaggedHook(app.onModelDeleteExecute, tags...)
873}
874
875func (app *BaseApp) OnModelAfterDeleteSuccess(tags ...string) *hook.TaggedHook[*ModelEvent] {
876 return hook.NewTaggedHook(app.onModelAfterDeleteSuccess, tags...)

Callers 2

registerRecordHooksMethod · 0.95

Calls 1

NewTaggedHookFunction · 0.92

Tested by

no test coverage detected