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

Method GetDynamicContent

database.go:134–134  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

132 CreateInvitedUser(inviteID string, userID int64) error
133
134 GetDynamicContent(id string) (*instanceContent, error)
135 UpdateDynamicContent(id, title, content, contentType string) error
136 GetAllUsers(page uint) (*[]User, error)
137 GetAllUsersCount() int64

Callers 7

getAboutPageFunction · 0.65
getContactPageFunction · 0.65
getPrivacyPageFunction · 0.65
getLandingBannerFunction · 0.65
getLandingBodyFunction · 0.65
getReaderSectionFunction · 0.65
handleViewAdminPageFunction · 0.65

Implementers 1

datastoredatabase.go

Calls

no outgoing calls

Tested by

no test coverage detected