MCPcopy Create free account
hub / github.com/basecamp/hey-cli / key

Function key

internal/auth/store.go:60–62  ·  view source on GitHub ↗
(origin string)

Source from the content-addressed store, hash-verified

58 return
59 }
60 testKey := "hey::test"
61 err := s.keyring.set(serviceName, testKey, "test")
62 if err == nil {
63 _ = s.keyring.delete(serviceName, testKey)
64 s.useKeyring = true
65 return

Callers 3

DeleteMethod · 0.85
loadFromKeyringMethod · 0.85
saveToKeyringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected