MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / list

Method list

packages/oauth/test/toolkit.test.ts:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 }
30
31 async list(): Promise<string[]> {
32 return [...this.tokens.keys()];
33 }
34}
35
36function token(accessToken: string): TokenInfo {

Callers

nothing calls this directly

Calls 1

keysMethod · 0.80

Tested by

no test coverage detected