(pm_id, cb)
| 20 | } |
| 21 | |
| 22 | function monitor (pm_id, cb) { |
| 23 | // State can be monitor or unmonitor |
| 24 | that.Client.executeRemote(state, pm_id, cb); |
| 25 | } |
| 26 | if (target === 'all') { |
| 27 | that.Client.getAllProcessId(function (err, procs) { |
| 28 | if (err) { |
no outgoing calls
no test coverage detected
searching dependent graphs…