MCPcopy Create free account
hub / github.com/writefreely/writefreely / UpdateCollection

Method UpdateCollection

database.go:104–104  ·  view source on GitHub ↗
(app *App, c *SubmittedCollection, alias string)

Source from the content-addressed store, hash-verified

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
107 UpdatePostPinState(pinned bool, postID string, collID, ownerID, pos int64) error

Callers 1

existingCollectionFunction · 0.65

Implementers 1

datastoredatabase.go

Calls

no outgoing calls

Tested by

no test coverage detected