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

Method SigningKey

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

SigningKey return the key that should be used to sign new messages. If no key is available, return nil.

(repo repository.RepoKeyring)

Source from the content-addressed store, hash-verified

39
40 // SigningKey return the key that should be used to sign new messages. If no key is available, return nil.
41 SigningKey(repo repository.RepoKeyring) (*Key, error)
42
43 // ValidKeysAtTime return the set of keys valid at a given lamport time for a given clock of another entity
44 // Can be empty.

Callers 1

WriteMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected