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

Method save

packages/oauth/test/toolkit.test.ts:23–25  ·  view source on GitHub ↗
(name: string, token: TokenInfo)

Source from the content-addressed store, hash-verified

21 }
22
23 async save(name: string, token: TokenInfo): Promise<void> {
24 this.tokens.set(name, token);
25 }
26
27 async remove(name: string): Promise<void> {
28 this.tokens.delete(name);

Callers

nothing calls this directly

Calls 1

setMethod · 0.65

Tested by

no test coverage detected