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

Method GetAnonymousPosts

database.go:86–86  ·  view source on GitHub ↗
(u *User, page int)

Source from the content-addressed store, hash-verified

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)
88
89 CreateOwnedPost(post *SubmittedPost, accessToken, collAlias, hostName string) (*PublicPost, error)

Callers 3

viewMyPostsAPIFunction · 0.65
viewArticlesFunction · 0.65
compileFullExportFunction · 0.65

Implementers 1

datastoredatabase.go

Calls

no outgoing calls

Tested by

no test coverage detected