MCPcopy Create free account
hub / github.com/chhoumann/quickadd / close

Method close

src/interactive/interactivePromptServer.ts:29–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 listen(port: number, host: string, callback: () => void): void;
28 address(): { port: number } | string | null;
29 close(): void;
30}
31interface HttpIncomingMessage extends AsyncIterable<Buffer> {
32 url?: string;

Callers 15

ensureStartedMethod · 0.65
stopMethod · 0.65
destroySessionMethod · 0.65
submitMethod · 0.65
submitMethod · 0.65
cancelMethod · 0.65
submitMethod · 0.65
cancelMethod · 0.65
importSelectedMethod · 0.65
displayMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected