MCPcopy 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
47function tokenPath(): string {
48 return join(bridgeHome, 'server.token');
49}
50
51function readToken(): string {
52 return readFileSync(tokenPath(), 'utf8').trim();

Callers 2

readTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected