MCPcopy
hub / github.com/pocketbase/pocketbase / String

Method String

core/fields_list.go:279–282  ·  view source on GitHub ↗

String returns the string representation of the current list.

()

Source from the content-addressed store, hash-verified

277
278// String returns the string representation of the current list.
279func (l FieldsList) String() string {
280 v, _ := json.Marshal(l)
281 return string(v)
282}
283
284type onlyFieldType struct {
285 Type string `json:"type"`

Callers 15

TestFieldsListCloneFunction · 0.95
TestFieldsListScanFunction · 0.95
TestExternalAuthCreatedFunction · 0.45
TestExternalAuthUpdatedFunction · 0.45
TestReloadSettingsFunction · 0.45
sendSystemAlertFunction · 0.45
checkRangeMethod · 0.45
TestMFACreatedFunction · 0.45

Calls

no outgoing calls

Tested by 15

TestFieldsListCloneFunction · 0.76
TestFieldsListScanFunction · 0.76
TestExternalAuthCreatedFunction · 0.36
TestExternalAuthUpdatedFunction · 0.36
TestReloadSettingsFunction · 0.36
TestMFACreatedFunction · 0.36
TestMFAUpdatedFunction · 0.36
TestMFAHasExpiredFunction · 0.36