MCPcopy Index your code
hub / github.com/pocketbase/pocketbase / OnCollectionUpdate

Method OnCollectionUpdate

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

Source from the content-addressed store, hash-verified

957}
958
959func (app *BaseApp) OnCollectionUpdate(tags ...string) *hook.TaggedHook[*CollectionEvent] {
960 return hook.NewTaggedHook(app.onCollectionUpdate, tags...)
961}
962
963func (app *BaseApp) OnCollectionUpdateExecute(tags ...string) *hook.TaggedHook[*CollectionEvent] {
964 return hook.NewTaggedHook(app.onCollectionUpdateExecute, tags...)

Callers 2

registerSettingsHooksMethod · 0.95

Calls 1

NewTaggedHookFunction · 0.92

Tested by

no test coverage detected