MCPcopy
hub / github.com/desktop/desktop / Process

Interface Process

script/globals.d.ts:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7declare namespace NodeJS {
8 // eslint-disable-next-line @typescript-eslint/naming-convention
9 interface Process extends EventEmitter {
10 on(event: 'unhandledRejection', listener: (error: Error) => void): this
11 }
12}

Callers

nothing calls this directly

Implementers 1

MockIPCapp/test/helpers/mock-ipc.ts

Calls

no outgoing calls

Tested by

no test coverage detected