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

Method Name

entities/identity/identity.go:434–436  ·  view source on GitHub ↗

Name return the last version of the name

()

Source from the content-addressed store, hash-verified

432
433// Name return the last version of the name
434func (i *Identity) Name() string {
435 return i.lastVersion().name
436}
437
438// DisplayName return a non-empty string to display, representing the
439// identity, based on the non-empty values.

Callers 3

MutateMethod · 0.95
DisplayNameMethod · 0.95
TestIdentityMutateFunction · 0.95

Calls 1

lastVersionMethod · 0.95

Tested by 1

TestIdentityMutateFunction · 0.76