MCPcopy 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

34const keyStateKey = keys(0)
35
36type keyState struct {
37 Keys map[string]*cosign.KeysBytes
38}
39
40func (g keyState) Key() any {
41 return keyStateKey

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected