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

Method Updated

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

Updated returns the "updated" record field value.

()

Source from the content-addressed store, hash-verified

105
106// Updated returns the "updated" record field value.
107func (m *AuthOrigin) Updated() types.DateTime {
108 return m.GetDateTime("updated")
109}
110
111func (app *BaseApp) registerAuthOriginHooks() {
112 recordRefHooks[*AuthOrigin](app, CollectionNameAuthOrigins, CollectionTypeAuth)

Callers 1

TestAuthOriginUpdatedFunction · 0.95

Calls 1

GetDateTimeMethod · 0.80

Tested by 1

TestAuthOriginUpdatedFunction · 0.76