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

Method GetCollectionBy

database.go:100–100  ·  view source on GitHub ↗
(condition string, value interface{})

Source from the content-addressed store, hash-verified

98 CreateCollectionFromToken(*config.Config, string, string, string) (*Collection, error)
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)

Callers 3

existingPostFunction · 0.65
deletePostFunction · 0.65
handlePostIDRedirectFunction · 0.65

Implementers 1

datastoredatabase.go

Calls

no outgoing calls

Tested by

no test coverage detected