MCPcopy Index your code
hub / github.com/git-bug/git-bug / Login

Method Login

entities/identity/interface.go:30–30  ·  view source on GitHub ↗

Login return the last version of the login Can be empty. Warning: this login can be defined when importing from a bridge but should *not* be used to identify an identity as multiple bridge with different login can map to the same identity. Use the metadata system for that usage instead.

()

Source from the content-addressed store, hash-verified

28 // used to identify an identity as multiple bridge with different login can map to the same
29 // identity. Use the metadata system for that usage instead.
30 Login() string
31
32 // AvatarUrl return the last version of the Avatar URL
33 // Can be empty.

Callers 3

NewIdentityExcerptFunction · 0.65
runUserShowFunction · 0.65
NewIdentityFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected