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

Method GetCollectionByID

database.go:103–103  ·  view source on GitHub ↗
(id int64)

Source from the content-addressed store, hash-verified

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
105 DeleteCollection(alias string, userID int64) error
106

Callers 15

handleViewPostFunction · 0.65
fetchPostFunction · 0.65
viewCollectionPostFunction · 0.65
nodeInfoConfigFunction · 0.65
handleLogOutCollectionFunction · 0.65
handleGopherCollectionFunction · 0.65
defaultContactPageFunction · 0.65
runJobsFunction · 0.65
ViewFeedFunction · 0.65
handleViewPadFunction · 0.65

Implementers 1

datastoredatabase.go

Calls

no outgoing calls

Tested by

no test coverage detected