MCPcopy Index your code
hub / github.com/coder/coder / keyID

Function keyID

coderd/cryptokeys/cache_test.go:500–502  ·  view source on GitHub ↗
(key codersdk.CryptoKey)

Source from the content-addressed store, hash-verified

498}
499
500func keyID(key codersdk.CryptoKey) string {
501 return strconv.FormatInt(int64(key.Sequence), 10)
502}
503
504func decodedSecret(t *testing.T, key codersdk.CryptoKey) []byte {
505 t.Helper()

Callers 1

TestCryptoKeyCacheFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected