MCPcopy Create free account
hub / github.com/gogs/gogs / Error

Method Error

internal/database/comment.go:403–405  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

401}
402
403func (err ErrCommentNotExist) Error() string {
404 return fmt.Sprintf("comment does not exist: %v", err.args)
405}
406
407func (ErrCommentNotExist) NotFound() bool {
408 return true

Callers 5

mailParticipantsMethod · 0.45
createCommentFunction · 0.45
CreateIssueCommentFunction · 0.45
UpdateCommentFunction · 0.45
DeleteCommentByIDFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected