MCPcopy
hub / github.com/pocketbase/pocketbase / SetProxyRecord

Method SetProxyRecord

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

SetProxyRecord loads the specified record model into the current proxy.

(record *Record)

Source from the content-addressed store, hash-verified

70
71// SetProxyRecord loads the specified record model into the current proxy.
72func (m *MFA) SetProxyRecord(record *Record) {
73 m.Record = record
74}
75
76// CollectionRef returns the "collectionRef" field value.
77func (m *MFA) CollectionRef() string {

Callers 2

TestMFAProxyRecordFunction · 0.95
TestMFAPreValidateFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestMFAProxyRecordFunction · 0.76
TestMFAPreValidateFunction · 0.76