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

Method DisplayName

internal/email/email.go:84–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82type User interface {
83 ID() int64
84 DisplayName() string
85 Email() string
86 GenerateEmailActivateCode(string) string
87 GenerateEmailResetPasswordCode(string) string

Callers 15

SendUserMailFunction · 0.65
SendActivateEmailMailFunction · 0.65
SendRegisterNotifyMailFunction · 0.65
SendCollaboratorMailFunction · 0.65
composeIssueMessageFunction · 0.65
updateWikiPageMethod · 0.65
DeleteWikiPageMethod · 0.65
MergeMethod · 0.65
UpdateRepoFileMethod · 0.65
DeleteRepoFileMethod · 0.65
UploadRepoFilesMethod · 0.65
initRepositoryFunction · 0.65

Implementers 1

mailerUserinternal/database/issue_mail.go

Calls

no outgoing calls

Tested by 1

TestWebhookFunction · 0.52