MCPcopy
hub / github.com/writefreely/writefreely / GetCollection

Method GetCollection

database.go:101–101  ·  view source on GitHub ↗
(alias string)

Source from the content-addressed store, hash-verified

99 CreateCollection(*config.Config, string, string, int64) (*Collection, error)
100 GetCollectionBy(condition string, value interface{}) (*Collection, error)
101 GetCollection(alias string) (*Collection, error)
102 GetCollectionForPad(alias string) (*Collection, error)
103 GetCollectionByID(id int64) (*Collection, error)
104 UpdateCollection(app *App, c *SubmittedCollection, alias string) error

Callers 15

handleViewPostFunction · 0.65
newPostFunction · 0.65
pinPostFunction · 0.65
fetchPostFunction · 0.65
viewCollectionPostFunction · 0.65
signupWithRegistrationFunction · 0.65
viewEditCollectionFunction · 0.65
viewStatsFunction · 0.65
handleViewSubscribersFunction · 0.65
fetchCollectionFunction · 0.65
fetchCollectionPostsFunction · 0.65

Implementers 1

datastoredatabase.go

Calls

no outgoing calls

Tested by

no test coverage detected