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

Method NotFound

internal/errutil/errutil.go:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3// NotFound represents a not found error.
4type NotFound interface {
5 NotFound() bool
6}
7
8// IsNotFound returns true if the error is a not found error.

Callers 15

HandleOrgAssignmentFunction · 0.65
RepoAssignmentFunction · 0.65
RepoRefFunction · 0.65
RequireRepoAdminFunction · 0.65
RequireRepoWriterFunction · 0.65
GitHookServiceFunction · 0.65
runWebFunction · 0.65
InstallInitFunction · 0.65
LoginTwoFactorFunction · 0.65
LoginTwoFactorPostFunction · 0.65

Implementers 15

ErrRepoNotExistinternal/database/repositories.go
ErrReleaseNotExistinternal/database/release.go
ErrLFSObjectNotExistinternal/database/lfs.go
ErrAccessTokenNotExistinternal/database/access_tokens.go
ErrMilestoneNotExistinternal/database/milestone.go
ErrUserNotExistinternal/database/users.go
ErrEmailNotExistinternal/database/users.go
ErrCommentNotExistinternal/database/comment.go
ErrPullRequestNotExistinternal/database/pull.go
ErrTwoFactorNotFoundinternal/database/two_factors.go
ErrBranchNotExistinternal/database/repo_branch.go
ErrTeamNotExistinternal/database/org_team.go

Calls

no outgoing calls

Tested by

no test coverage detected