Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ authTokenService.test.ts
File
authTokenService.test.ts
packages/server/test/authTokenService.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ mkdtempSync, rmSync } from
'node:fs'
;
2
import
type
{ Server as HttpServer } from
'node:http'
;
3
import
{ tmpdir } from
'node:os'
;
4
import
{ join } from
'node:path'
;
Callers
nothing calls this directly
Calls
11
createTokenStore
Function · 0.90
createAuthTokenService
Function · 0.90
resolvePasswordHash
Function · 0.90
createServerServiceCollection
Function · 0.90
appStub
Function · 0.85
tmpEnv
Function · 0.70
dispose
Method · 0.65
getToken
Method · 0.65
isValid
Method · 0.65
invokeFunction
Method · 0.65
get
Method · 0.65
Tested by
no test coverage detected