MCPcopy
hub / github.com/pocketbase/pocketbase / TestBoolFieldValidateSettings

Function TestBoolFieldValidateSettings

core/field_bool_test.go:147–151  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

145}
146
147func TestBoolFieldValidateSettings(t *testing.T) {
148 testDefaultFieldIdValidation(t, core.FieldTypeBool)
149 testDefaultFieldNameValidation(t, core.FieldTypeBool)
150 testDefaultFieldHelpValidation[core.BoolField](t)
151}

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…