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

Method remove

packages/oauth/test/oauth-manager.test.ts:33–35  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

31 }
32
33 async remove(name: string): Promise<void> {
34 this.store.delete(name);
35 }
36
37 async list(): Promise<string[]> {
38 return [...this.store.keys()];

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.65

Tested by

no test coverage detected