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

Method Keyring

cache/repo_cache_common.go:34–36  ·  view source on GitHub ↗

Keyring give access to a user-wide storage for secrets

()

Source from the content-addressed store, hash-verified

32
33// Keyring give access to a user-wide storage for secrets
34func (c *RepoCache) Keyring() repository.Keyring {
35 return c.repo.Keyring()
36}
37
38// GetUserName returns the name the user has used to configure git
39func (c *RepoCache) GetUserName() (string, error) {

Callers

nothing calls this directly

Calls 1

KeyringMethod · 0.65

Tested by

no test coverage detected