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

Method AvatarUrl

entities/identity/identity.go:464–466  ·  view source on GitHub ↗

AvatarUrl return the last version of the Avatar URL

()

Source from the content-addressed store, hash-verified

462
463// AvatarUrl return the last version of the Avatar URL
464func (i *Identity) AvatarUrl() string {
465 return i.lastVersion().avatarURL
466}
467
468// Keys return the last version of the valid keys
469func (i *Identity) Keys() []*Key {

Callers 1

MutateMethod · 0.95

Calls 1

lastVersionMethod · 0.95

Tested by

no test coverage detected