MCPcopy
hub / github.com/callumalpass/tasknotes / close

Method close

src/api/httpTypes.ts:22–22  ·  view source on GitHub ↗
(callback?: () => void)

Source from the content-addressed store, hash-verified

20 listen(port: number, callback?: () => void): void;
21 listen(port: number, hostname: string, callback?: () => void): void;
22 close(callback?: () => void): void;
23 on(event: "error", listener: (error: Error) => void): void;
24 once(event: "error", listener: (error: Error) => void): void;
25 once(event: "listening", listener: () => void): void;

Callers 15

onOpenMethod · 0.65
buildActionsListMethod · 0.65
openProjectSelectorMethod · 0.65
forceCloseMethod · 0.65
closeMethod · 0.65
onOpenMethod · 0.65
createModalContentMethod · 0.65
handleCreateMethod · 0.65
createNewTaskMethod · 0.65
onCloseMethod · 0.65
onOpenMethod · 0.65
renderContentMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected