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

Method Created

core/mfa_model.go:107–109  ·  view source on GitHub ↗

Created returns the "created" record field value.

()

Source from the content-addressed store, hash-verified

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

Callers 2

TestMFACreatedFunction · 0.95
HasExpiredMethod · 0.95

Calls 1

GetDateTimeMethod · 0.80

Tested by 1

TestMFACreatedFunction · 0.76