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

Method stop

packages/oauth/test/oauth.test.ts:68–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 }
67
68 async stop(): Promise<void> {
69 await new Promise<void>((resolve) => {
70 this.server!.close(() => {
71 resolve();
72 });
73 });
74 }
75
76 /** Queue a response for the given POST path (FIFO). */
77 enqueue(path: string, response: FakeResponse): void {

Callers

nothing calls this directly

Calls 2

closeMethod · 0.65
resolveFunction · 0.50

Tested by

no test coverage detected