MCPcopy
hub / github.com/pocketbase/pocketbase / SetSentTo

Method SetSentTo

core/otp_model.go:100–102  ·  view source on GitHub ↗

SetSentTo updates the "sentTo" record field value.

(val string)

Source from the content-addressed store, hash-verified

98
99// SetSentTo updates the "sentTo" record field value.
100func (m *OTP) SetSentTo(val string) {
101 m.Set("sentTo", val)
102}
103
104// Created returns the "created" record field value.
105func (m *OTP) Created() types.DateTime {

Callers 3

TestOTPSentToFunction · 0.95
TestRecordAuthWithOTPFunction · 0.95
SendRecordOTPFunction · 0.80

Calls 1

SetMethod · 0.65

Tested by 2

TestOTPSentToFunction · 0.76
TestRecordAuthWithOTPFunction · 0.76