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

Method Get

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

Get returns an Item matching the key or ErrKeyringKeyNotFound

(key string)

Source from the content-addressed store, hash-verified

15type Keyring interface {
16 // Get returns an Item matching the key or ErrKeyringKeyNotFound
17 Get(key string) (Item, error)
18 // Set stores an Item on the keyring. Set is idempotent.
19 Set(item Item) error
20 // Remove removes the item with matching key

Callers 15

ResolveMethod · 0.80
entityUpdatedMethod · 0.80
TestCacheEvictionFunction · 0.80
LoadWithIdFunction · 0.80
LoadWithPrefixFunction · 0.80
ListFunction · 0.80
rateLimitingErrorFunction · 0.80
expectIssueQuery1Function · 0.80
expectIssueQuery2Function · 0.80
expectIssueQuery3Function · 0.80
expectUserQueryFunction · 0.80

Calls

no outgoing calls

Tested by 6

TestCacheEvictionFunction · 0.64
rateLimitingErrorFunction · 0.64
expectIssueQuery1Function · 0.64
expectIssueQuery2Function · 0.64
expectIssueQuery3Function · 0.64
expectUserQueryFunction · 0.64