Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ readToken
Function
readToken
packages/server/test/auth-wiring.e2e.test.ts:51–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
function
readToken(): string {
52
return
readFileSync(tokenPath(),
'utf8'
).trim();
53
}
54
55
async
function
bootReal(): Promise<RunningServer> {
56
const
r =
await
startServer({
Callers
1
auth-wiring.e2e.test.ts
File · 0.85
Calls
1
tokenPath
Function · 0.85
Tested by
no test coverage detected