Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ tokenPath
Function
tokenPath
packages/server/test/auth-wiring.e2e.test.ts:47–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
});
46
47
function
tokenPath(): string {
48
return
join(bridgeHome,
'server.token'
);
49
}
50
51
function
readToken(): string {
52
return
readFileSync(tokenPath(),
'utf8'
).trim();
Callers
2
readToken
Function · 0.85
auth-wiring.e2e.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected