MCPcopy Index your code
hub / github.com/writefreely/writefreely / GetUserLastPostTime

Method GetUserLastPostTime

database.go:138–138  ·  view source on GitHub ↗
(id int64)

Source from the content-addressed store, hash-verified

136 GetAllUsers(page uint) (*[]User, error)
137 GetAllUsersCount() int64
138 GetUserLastPostTime(id int64) (*time.Time, error)
139 GetCollectionLastPostTime(id int64) (*time.Time, error)
140
141 GetIDForRemoteUser(context.Context, string, string, string) (int64, error)

Callers 1

handleViewAdminUserFunction · 0.65

Implementers 1

datastoredatabase.go

Calls

no outgoing calls

Tested by

no test coverage detected