MCPcopy
hub / github.com/pocketbase/pocketbase / CollectionRef

Method CollectionRef

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

CollectionRef returns the "collectionRef" field value.

()

Source from the content-addressed store, hash-verified

70
71// CollectionRef returns the "collectionRef" field value.
72func (m *ExternalAuth) CollectionRef() string {
73 return m.GetString("collectionRef")
74}
75
76// SetCollectionRef updates the "collectionRef" record field value.
77func (m *ExternalAuth) SetCollectionRef(collectionId string) {

Callers 1

Calls 1

GetStringMethod · 0.80

Tested by 1