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

Method write

examples/using-pm2-and-transpilers/node.d.ts:1272–1272  ·  view source on GitHub ↗
(buffer: Buffer)

Source from the content-addressed store, hash-verified

1270 export interface Socket extends stream.Duplex {
1271 // Extended base methods
1272 write(buffer: Buffer): boolean;
1273 write(buffer: Buffer, cb?: Function): boolean;
1274 write(str: string, cb?: Function): boolean;
1275 write(str: string, encoding?: string, cb?: Function): boolean;

Callers 15

replyFunction · 0.65
req.jsFile · 0.65
pub.jsFile · 0.65
round-robin.jsFile · 0.65
websocket.mocha.jsFile · 0.65
openMethod · 0.65
startWebServerFunction · 0.65
completion.jsFile · 0.65
execFunction · 0.65
logErrorFunction · 0.65
exitCliMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected