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

Method GetCollectionForPad

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

Source from the content-addressed store, hash-verified

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

Callers 2

handleViewPadFunction · 0.65
handleViewMetaFunction · 0.65

Implementers 1

datastoredatabase.go

Calls

no outgoing calls

Tested by

no test coverage detected