MCPcopy
hub / github.com/writefreely/writefreely / handleFailedPostInsert

Function handleFailedPostInsert

database.go:3063–3066  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

3061}
3062
3063func handleFailedPostInsert(err error) error {
3064 log.Error("Couldn't insert into posts: %v", err)
3065 return err
3066}
3067
3068// Deprecated: use GetProfileURLFromHandle() instead, which returns user-facing URL instead of actor_id
3069func (db *datastore) GetProfilePageFromHandle(app *App, handle string) (string, error) {

Callers 1

CreatePostMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected