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

Method Error

internal/database/users.go:386–388  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

384}
385
386func (err ErrUserHasOrgs) Error() string {
387 return fmt.Sprintf("user still has organization membership: %v", err.args)
388}
389
390// DeleteByID deletes the given user and all their resources. It returns
391// ErrUserOwnRepos when the user still has repository ownership, or returns

Callers 13

importLegacyTablesFunction · 0.45
RemoveAllWithNoticeFunction · 0.45
AvatarURLPathMethod · 0.45
lfsCreateObjectFunction · 0.45
CommitRepoMethod · 0.45
GetIssueTitleMethod · 0.45
GetIssueContentMethod · 0.45
AvatarLinkMethod · 0.45
IsCollaboratorFunction · 0.45
usersAuthenticateFunction · 0.45
AccessModeMethod · 0.45
MailParticipantsMethod · 0.45

Calls

no outgoing calls

Tested by 3

lfsCreateObjectFunction · 0.36
usersAuthenticateFunction · 0.36