MCPcopy
hub / github.com/writefreely/writefreely / GetOwnedPost

Method GetOwnedPost

database.go:95–95  ·  view source on GitHub ↗
(id string, ownerID int64)

Source from the content-addressed store, hash-verified

93 PostIDExists(id string) bool
94 GetPost(id string, collectionID int64) (*PublicPost, error)
95 GetOwnedPost(id string, ownerID int64) (*PublicPost, error)
96 GetPostProperty(id string, collectionID int64, property string) (interface{}, error)
97
98 CreateCollectionFromToken(*config.Config, string, string, string) (*Collection, error)

Callers 1

deletePostFunction · 0.65

Implementers 1

datastoredatabase.go

Calls

no outgoing calls

Tested by

no test coverage detected