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

Method ValidKeysAtTime

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

ValidKeysAtTime return the set of keys valid at a given lamport time for a given clock of another entity Can be empty.

(clockName string, time lamport.Time)

Source from the content-addressed store, hash-verified

43 // ValidKeysAtTime return the set of keys valid at a given lamport time for a given clock of another entity
44 // Can be empty.
45 ValidKeysAtTime(clockName string, time lamport.Time) []*Key
46
47 // LastModification return the timestamp at which the last version of the identity became valid.
48 LastModification() timestamp.Timestamp

Callers 1

readOperationPackFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected