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

Method once

examples/using-pm2-and-transpilers/node.d.ts:293–293  ·  view source on GitHub ↗
(event: string, listener: Function)

Source from the content-addressed store, hash-verified

291 addListener(event: string, listener: Function): this;
292 on(event: string, listener: Function): this;
293 once(event: string, listener: Function): this;
294 removeListener(event: string, listener: Function): this;
295 removeAllListeners(event?: string): this;
296 }

Callers 15

test.hwm.jsFile · 0.65
websocket.mocha.jsFile · 0.65
pingMethod · 0.65
launchRPCMethod · 0.65
daemonizeMethod · 0.65
disconnectRPCMethod · 0.65
connectMethod · 0.65
_hookHttpMethod · 0.65
events.spec.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected