Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ding113/claude-code-hub
/ auth-validateKey-cache.test.ts
File
auth-validateKey-cache.test.ts
tests/unit/security/auth-validateKey-cache.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ beforeEach, describe, expect, test, vi } from
"vitest"
;
2
import
type
{ Key } from
"@/types/key"
;
3
import
type
{ User } from
"@/types/user"
;
4
Callers
nothing calls this directly
Calls
3
validateKey
Function · 0.85
buildKey
Function · 0.70
buildUser
Function · 0.70
Tested by
no test coverage detected