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

Struct key

coderd/jwtutils/jwt_test.go:396–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396type key struct {
397 t testing.TB
398 id string
399 secret []byte
400}
401
402func newKey(t *testing.T, size int) *key {
403 t.Helper()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected