MCPcopy
hub / github.com/cli/cli / MockInit

Function MockInit

internal/keyring/keyring.go:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74}
75
76func MockInit() {
77 keyring.MockInit()
78}
79
80func MockInitWithError(err error) {
81 keyring.MockInitWithError(err)

Calls

no outgoing calls