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

Struct ErrCommentNotExist

internal/database/comment.go:394–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392var _ errutil.NotFound = (*ErrCommentNotExist)(nil)
393
394type ErrCommentNotExist struct {
395 args map[string]any
396}
397
398func IsErrCommentNotExist(err error) bool {
399 _, ok := err.(ErrCommentNotExist)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected