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

Method save

packages/oauth/test/oauth-manager.test.ts:29–31  ·  view source on GitHub ↗
(name: string, token: TokenInfo)

Source from the content-addressed store, hash-verified

27 }
28
29 async save(name: string, token: TokenInfo): Promise<void> {
30 this.store.set(name, token);
31 }
32
33 async remove(name: string): Promise<void> {
34 this.store.delete(name);

Callers

nothing calls this directly

Calls 1

setMethod · 0.65

Tested by

no test coverage detected