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

Method GetAllUsersCount

database.go:137–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135 UpdateDynamicContent(id, title, content, contentType string) error
136 GetAllUsers(page uint) (*[]User, error)
137 GetAllUsersCount() int64
138 GetUserLastPostTime(id int64) (*time.Time, error)
139 GetCollectionLastPostTime(id int64) (*time.Time, error)
140

Callers 2

handleViewAdminDashFunction · 0.65
handleViewAdminUsersFunction · 0.65

Implementers 1

datastoredatabase.go

Calls

no outgoing calls

Tested by

no test coverage detected