MCPcopy Create free account
hub / github.com/anchordotdev/cli / init

Method init

keyring/keyring.go:26–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26func (k *Keyring) init() {
27 k.inito.Do(func() {
28 if k.Config.Keyring.MockMode {
29 keyring.MockInit()
30 }
31 })
32}
33
34func (k *Keyring) Delete(id label) error {
35 k.init()

Callers 3

DeleteMethod · 0.95
GetMethod · 0.95
SetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected