MCPcopy Create free account
hub / github.com/git-bug/git-bug / Email

Method Email

entities/identity/identity.go:454–456  ·  view source on GitHub ↗

Email return the last version of the email

()

Source from the content-addressed store, hash-verified

452
453// Email return the last version of the email
454func (i *Identity) Email() string {
455 return i.lastVersion().email
456}
457
458// Login return the last version of the login
459func (i *Identity) Login() string {

Callers 2

MutateMethod · 0.95
TestIdentityMutateFunction · 0.95

Calls 1

lastVersionMethod · 0.95

Tested by 1

TestIdentityMutateFunction · 0.76