Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ isValid
Method
isValid
packages/server/src/services/auth/tokenStore.ts:9–9 ·
view source on GitHub ↗
(candidate: string)
Source
from the content-addressed store, hash-verified
7
readonly tokenPath: string;
8
getToken(): string;
9
isValid(candidate: string): boolean;
10
dispose(): Promise<void>;
11
}
12
Callers
4
services-auth.test.ts
File · 0.65
authTokenService.test.ts
File · 0.65
createAuthHook
Function · 0.65
onUpgrade
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected