GetPid returns the pid from the parameter.
()
| 259 | |
| 260 | // GetPid returns the pid from the parameter. |
| 261 | func (pars Params) GetPid() (uint32, error) { |
| 262 | return pars.getPid(params.ProcessID) |
| 263 | } |
| 264 | |
| 265 | // MustGetPid returns the pid parameter. It panics if |
| 266 | // an error occurs while trying to get the pid parameter. |
no test coverage detected