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

Method Created

core/external_auth_model.go:112–114  ·  view source on GitHub ↗

Created returns the "created" record field value.

()

Source from the content-addressed store, hash-verified

110
111// Created returns the "created" record field value.
112func (m *ExternalAuth) Created() types.DateTime {
113 return m.GetDateTime("created")
114}
115
116// Updated returns the "updated" record field value.
117func (m *ExternalAuth) Updated() types.DateTime {

Callers 1

TestExternalAuthCreatedFunction · 0.95

Calls 1

GetDateTimeMethod · 0.80

Tested by 1

TestExternalAuthCreatedFunction · 0.76