Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
396
type
key
struct
{
397
t testing.TB
398
id string
399
secret []byte
400
}
401
402
func
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