MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / on

Method on

src/api/httpTypes.ts:23–23  ·  view source on GitHub ↗
(event: "error", listener: (error: Error) => void)

Source from the content-addressed store, hash-verified

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;
26}

Callers 3

parseJSONBodyFunction · 0.65
onMethod · 0.65
onLifecycleMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected