MCPcopy
hub / github.com/pocketbase/pocketbase / Updated

Method Updated

core/external_auth_model.go:117–119  ·  view source on GitHub ↗

Updated returns the "updated" record field value.

()

Source from the content-addressed store, hash-verified

115
116// Updated returns the "updated" record field value.
117func (m *ExternalAuth) Updated() types.DateTime {
118 return m.GetDateTime("updated")
119}
120
121func (app *BaseApp) registerExternalAuthHooks() {
122 recordRefHooks[*ExternalAuth](app, CollectionNameExternalAuths, CollectionTypeAuth)

Callers 1

TestExternalAuthUpdatedFunction · 0.95

Calls 1

GetDateTimeMethod · 0.80

Tested by 1

TestExternalAuthUpdatedFunction · 0.76