MCPcopy
hub / github.com/writefreely/writefreely / GetCollections

Method GetCollections

database.go:80–80  ·  view source on GitHub ↗
(u *User, hostName string)

Source from the content-addressed store, hash-verified

78 ChangePassphrase(userID int64, sudo bool, curPass string, hashedPass []byte) error
79
80 GetCollections(u *User, hostName string) (*[]Collection, error)
81 GetPublishableCollections(u *User, hostName string) (*[]Collection, error)
82 GetMeStats(u *User) userMeStats
83 GetTotalCollections() (int64, error)

Callers 6

getVerboseAuthUserFunction · 0.65
viewMyCollectionsAPIFunction · 0.65
viewCollectionsFunction · 0.65
compileFullExportFunction · 0.65
handleViewAdminUserFunction · 0.65
viewImportFunction · 0.65

Implementers 1

datastoredatabase.go

Calls

no outgoing calls

Tested by

no test coverage detected