MCPcopy
hub / github.com/writefreely/writefreely / GetPost

Method GetPost

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

Source from the content-addressed store, hash-verified

92 GetEditablePost(id, editToken string) (*PublicPost, error)
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

Callers 8

existingPostFunction · 0.65
fetchPostFunction · 0.65
viewCollectionPostFunction · 0.65
runJobsFunction · 0.65
parsePostIDFromURLFunction · 0.65
handlePostIDRedirectFunction · 0.65
handleGetSplitContentFunction · 0.65

Implementers 1

datastoredatabase.go

Calls

no outgoing calls

Tested by

no test coverage detected