MCPcopy Index your code
hub / github.com/Unitech/pm2 / getProcessId

Function getProcessId

lib/God/ActionMethods.js:901–909  ·  view source on GitHub ↗
(pro)

Source from the content-addressed store, hash-verified

899}
900
901function getProcessId(pro) {
902 var pid = pro.pid
903
904 if (pro.pm2_env.axm_options && pro.pm2_env.axm_options.pid) {
905 pid = pro.pm2_env.axm_options.pid;
906 }
907
908 return pid
909}

Callers 1

ActionMethods.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…