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

Method Error

internal/errutil/errutil_test.go:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12}
13
14func (notFoundError) Error() string {
15 return "not found"
16}
17
18func (e notFoundError) NotFound() bool {
19 return e.val

Callers 7

NewMessageFromFunction · 0.45
processMailQueueFunction · 0.45
SendUserMailFunction · 0.45
SendActivateEmailMailFunction · 0.45
SendRegisterNotifyMailFunction · 0.45
SendCollaboratorMailFunction · 0.45
composeIssueMessageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected