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

Method Set

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

Set stores an Item on the keyring. Set is idempotent.

(item Item)

Source from the content-addressed store, hash-verified

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
21 Remove(key string) error
22 // Keys provides a slice of all keys stored on the keyring

Callers 10

StoreFunction · 0.80
getRepositoryNodeIDFunction · 0.80
createGithubLabelMethod · 0.80
createRepositoryFunction · 0.80
deleteRepositoryFunction · 0.80
validateProjectFunction · 0.80
storePrivateMethod · 0.80
ServeHTTPMethod · 0.80

Calls

no outgoing calls

Tested by 2

createRepositoryFunction · 0.64
deleteRepositoryFunction · 0.64