MCPcopy
hub / github.com/Unitech/pm2 / connect

Method connect

examples/using-pm2-and-transpilers/node.d.ts:1278–1278  ·  view source on GitHub ↗
(port: number, host?: string, connectionListener?: Function)

Source from the content-addressed store, hash-verified

1276 write(str: string, encoding?: string, fd?: string): boolean;
1277
1278 connect(port: number, host?: string, connectionListener?: Function): void;
1279 connect(path: string, connectionListener?: Function): void;
1280 bufferSize: number;
1281 setEncoding(encoding?: string): void;

Calls

no outgoing calls

Tested by

no test coverage detected