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

Method close

packages/server/src/services/gateway/restGateway.ts:40–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38export interface FastifyLike {
39 listen(opts: { host: string; port: number }): Promise<string>;
40 close(): Promise<void>;
41 /** Raw Node HTTP server; populated by Fastify lazily (post-`ready()`). */
42 readonly server: HttpServer;
43}

Callers 5

writePrivateFileFunction · 0.65
disposeMethod · 0.65
closeAllMethod · 0.65
disposeMethod · 0.65
disposeMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected