MCPcopy Create free account
hub / github.com/writefreely/writefreely / GetTotalPosts

Method GetTotalPosts

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

Source from the content-addressed store, hash-verified

82 GetMeStats(u *User) userMeStats
83 GetTotalCollections() (int64, error)
84 GetTotalPosts() (int64, error)
85 GetTopPosts(u *User, alias string, hostName string) (*[]PublicPost, error)
86 GetAnonymousPosts(u *User, page int) (*[]PublicPost, error)
87 GetUserPosts(u *User) (*[]PublicPost, error)

Callers 3

UsageMethod · 0.65
handleViewAdminDashFunction · 0.65
handleTemplatedPageFunction · 0.65

Implementers 1

datastoredatabase.go

Calls

no outgoing calls

Tested by

no test coverage detected