MCPcopy Create free account
hub / github.com/git-bug/git-bug / NewMockRepoKeyring

Function NewMockRepoKeyring

repository/mock_repo.go:82–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80}
81
82func NewMockRepoKeyring() *mockRepoKeyring {
83 return &mockRepoKeyring{
84 keyring: keyring.NewArrayKeyring(nil),
85 }
86}
87
88// Keyring give access to a user-wide storage for secrets
89func (r *mockRepoKeyring) Keyring() Keyring {

Callers 2

TestStoreLoadFunction · 0.92
NewMockRepoFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestStoreLoadFunction · 0.74