MCPcopy
hub / github.com/pocketbase/pocketbase / PostValidate

Method PostValidate

core/db.go:51–51  ·  view source on GitHub ↗

PostValidate defines a function that runs AFTER the successful execution of the validation hooks.

(ctx context.Context, app App)

Source from the content-addressed store, hash-verified

49 // PostValidate defines a function that runs AFTER the successful
50 // execution of the validation hooks.
51 PostValidate(ctx context.Context, app App) error
52}
53
54// GenerateDefaultRandomId generates a default random id string

Callers 1

ValidateWithContextMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected