MCPcopy
hub / github.com/writefreely/writefreely / GetPostsTagged

Method GetPostsTagged

database.go:124–124  ·  view source on GitHub ↗
(cfg *config.Config, c *Collection, tag string, page int, includeFuture bool)

Source from the content-addressed store, hash-verified

122 GetPosts(cfg *config.Config, c *Collection, page int, includeFuture, forceRecentFirst, includePinned bool, contentType PostType) (*[]PublicPost, error)
123 GetAllPostsTaggedIDs(c *Collection, tag string, includeFuture bool) ([]string, error)
124 GetPostsTagged(cfg *config.Config, c *Collection, tag string, page int, includeFuture bool) (*[]PublicPost, error)
125
126 GetAPFollowers(c *Collection) (*[]RemoteUser, error)
127 GetAPActorKeys(collectionID int64) ([]byte, []byte)

Callers 2

handleViewCollectionTagFunction · 0.65
ViewFeedFunction · 0.65

Implementers 1

datastoredatabase.go

Calls

no outgoing calls

Tested by

no test coverage detected