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

Method remove

packages/oauth/test/toolkit.test.ts:27–29  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

25 }
26
27 async remove(name: string): Promise<void> {
28 this.tokens.delete(name);
29 }
30
31 async list(): Promise<string[]> {
32 return [...this.tokens.keys()];

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.65

Tested by

no test coverage detected