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

Method Login

entities/identity/identity.go:459–461  ·  view source on GitHub ↗

Login return the last version of the login

()

Source from the content-addressed store, hash-verified

457
458// Login return the last version of the login
459func (i *Identity) Login() string {
460 return i.lastVersion().login
461}
462
463// AvatarUrl return the last version of the Avatar URL
464func (i *Identity) AvatarUrl() string {

Callers 3

MutateMethod · 0.95
DisplayNameMethod · 0.95
TestIdentityMutateFunction · 0.95

Calls 1

lastVersionMethod · 0.95

Tested by 1

TestIdentityMutateFunction · 0.76