MCPcopy
hub / github.com/pocketbase/pocketbase / ValidateValue

Method ValidateValue

core/field.go:109–109  ·  view source on GitHub ↗

ValidateSettings validates the current field value associated with the provided record.

(ctx context.Context, app App, record *Record)

Source from the content-addressed store, hash-verified

107
108 // ValidateSettings validates the current field value associated with the provided record.
109 ValidateValue(ctx context.Context, app App, record *Record) error
110
111 // ValidateSettings validates the current field settings.
112 ValidateSettings(ctx context.Context, app App, collection *Collection) error

Calls

no outgoing calls