Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/conforma/cli
/ keyState
Struct
keyState
acceptance/crypto/keys.go:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
const
keyStateKey = keys(0)
35
36
type
keyState
struct
{
37
Keys
map
[string]*cosign.KeysBytes
38
}
39
40
func
(g keyState) Key() any {
41
return
keyStateKey
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected