Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
4
type
NotFound
interface
{
5
NotFound() bool
6
}
7
8
// IsNotFound returns true if the error is a not found error.
Callers
15
HandleOrgAssignment
Function · 0.65
RepoAssignment
Function · 0.65
RepoRef
Function · 0.65
RequireRepoAdmin
Function · 0.65
RequireRepoWriter
Function · 0.65
GitHookService
Function · 0.65
runWeb
Function · 0.65
InstallInit
Function · 0.65
LoginTwoFactor
Function · 0.65
LoginTwoFactorPost
Function · 0.65
LoginTwoFactorRecoveryCode
Function · 0.65
LoginTwoFactorRecoveryCodePost
Function · 0.65
Implementers
15
ErrRepoNotExist
internal/database/repositories.go
ErrReleaseNotExist
internal/database/release.go
ErrLFSObjectNotExist
internal/database/lfs.go
ErrAccessTokenNotExist
internal/database/access_tokens.go
ErrMilestoneNotExist
internal/database/milestone.go
ErrUserNotExist
internal/database/users.go
ErrEmailNotExist
internal/database/users.go
ErrCommentNotExist
internal/database/comment.go
ErrPullRequestNotExist
internal/database/pull.go
ErrTwoFactorNotFound
internal/database/two_factors.go
ErrBranchNotExist
internal/database/repo_branch.go
ErrTeamNotExist
internal/database/org_team.go
Calls
no outgoing calls
Tested by
no test coverage detected