MCPcopy
hub / github.com/pocketbase/pocketbase / Created

Method Created

core/otp_model.go:105–107  ·  view source on GitHub ↗

Created returns the "created" record field value.

()

Source from the content-addressed store, hash-verified

103
104// Created returns the "created" record field value.
105func (m *OTP) Created() types.DateTime {
106 return m.GetDateTime("created")
107}
108
109// Updated returns the "updated" record field value.
110func (m *OTP) Updated() types.DateTime {

Callers 2

HasExpiredMethod · 0.95
TestOTPCreatedFunction · 0.95

Calls 1

GetDateTimeMethod · 0.80

Tested by 1

TestOTPCreatedFunction · 0.76