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

Method reset

modules/pm2-io-agent/src/PM2Interface.js:169–175  ·  view source on GitHub ↗
(params, cb)

Source from the content-addressed store, hash-verified

167 }
168
169 reset (params, cb) {
170 this._callWithProcessId(
171 (newParams, cb) => this.rpc.resetMetaProcessId(newParams.id, cb),
172 params,
173 cb
174 )
175 }
176
177 ping (params, cb) {
178 this._callWithProcessId(this.rpc.ping, params, cb)

Callers

nothing calls this directly

Calls 1

_callWithProcessIdMethod · 0.95

Tested by

no test coverage detected