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

Method Keys

repository/keyring.go:23–23  ·  view source on GitHub ↗

Keys provides a slice of all keys stored on the keyring

()

Source from the content-addressed store, hash-verified

21 Remove(key string) error
22 // Keys provides a slice of all keys stored on the keyring
23 Keys() ([]string, error)
24}
25
26func defaultKeyring() (Keyring, error) {

Callers 3

GetOldestToNewestMethod · 0.65
LoadWithPrefixFunction · 0.65
ListFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected