MCPcopy
hub / github.com/pocketbase/pocketbase / OnRecordUpdate

Method OnRecordUpdate

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

Source from the content-addressed store, hash-verified

905}
906
907func (app *BaseApp) OnRecordUpdate(tags ...string) *hook.TaggedHook[*RecordEvent] {
908 return hook.NewTaggedHook(app.onRecordUpdate, tags...)
909}
910
911func (app *BaseApp) OnRecordUpdateExecute(tags ...string) *hook.TaggedHook[*RecordEvent] {
912 return hook.NewTaggedHook(app.onRecordUpdateExecute, tags...)

Callers 3

registerMFAHooksMethod · 0.95
registerRecordHooksMethod · 0.95

Calls 1

NewTaggedHookFunction · 0.92

Tested by

no test coverage detected