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

Method LastModification

entities/identity/identity.go:512–514  ·  view source on GitHub ↗

LastModification return the timestamp at which the last version of the identity became valid.

()

Source from the content-addressed store, hash-verified

510
511// LastModification return the timestamp at which the last version of the identity became valid.
512func (i *Identity) LastModification() timestamp.Timestamp {
513 return timestamp.Timestamp(i.lastVersion().unixTime)
514}
515
516// LastModificationLamports return the lamport times at which the last version of the identity became valid.
517func (i *Identity) LastModificationLamports() map[string]lamport.Time {

Callers

nothing calls this directly

Calls 2

lastVersionMethod · 0.95
TimestampTypeAlias · 0.92

Tested by

no test coverage detected