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

Method DispersePosts

database.go:117–117  ·  view source on GitHub ↗
(userID int64, postIDs []string)

Source from the content-addressed store, hash-verified

115 CanCollect(cpr *ClaimPostRequest, userID int64) bool
116 AttemptClaim(p *ClaimPostRequest, query string, params []interface{}, slugIdx int) (sql.Result, error)
117 DispersePosts(userID int64, postIDs []string) (*[]ClaimPostResult, error)
118 ClaimPosts(cfg *config.Config, userID int64, collAlias string, posts *[]ClaimPostRequest) (*[]ClaimPostResult, error)
119
120 GetPostLikeCounts(postID string) (int64, error)

Callers 1

dispersePostFunction · 0.65

Implementers 1

datastoredatabase.go

Calls

no outgoing calls

Tested by

no test coverage detected