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

Struct replaceKeyring

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

replaceKeyring allow to replace the Keyring of the underlying repo

Source from the content-addressed store, hash-verified

51
52// replaceKeyring allow to replace the Keyring of the underlying repo
53type replaceKeyring struct {
54 TestedRepo
55 keyring Keyring
56}
57
58func (rk replaceKeyring) Keyring() Keyring {
59 return rk.keyring

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected