MCPcopy
hub / github.com/pocketbase/pocketbase / GetId

Method GetId

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

note: the getters has an explicit "Get" prefix to avoid conflicts with their related field members GetId returns the field id.

()

Source from the content-addressed store, hash-verified

72
73 // GetId returns the field id.
74 GetId() string
75
76 // SetId changes the field id.
77 SetId(id string)

Callers 15

parseQueryToFieldsFunction · 0.95
testFieldBaseMethodsFunction · 0.65
TestCollectionValidateFunction · 0.65
SyncRecordTableSchemaMethod · 0.65
TestNewFieldsListFunction · 0.65
TestFieldsListGetByIdFunction · 0.65
TestFieldsListAddFunction · 0.65
ImportCollectionsMethod · 0.65
checkFieldDuplicatesMethod · 0.65

Calls

no outgoing calls

Tested by 6

testFieldBaseMethodsFunction · 0.52
TestCollectionValidateFunction · 0.52
TestNewFieldsListFunction · 0.52
TestFieldsListGetByIdFunction · 0.52
TestFieldsListAddFunction · 0.52