Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
func
(k *Keyring) init() {
27
k.inito.Do(
func
() {
28
if
k.Config.Keyring.MockMode {
29
keyring.MockInit()
30
}
31
})
32
}
33
34
func
(k *Keyring) Delete(id label) error {
35
k.init()
Callers
3
Delete
Method · 0.95
Get
Method · 0.95
Set
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected