(cmd *exec.Cmd)
| 7 | ) |
| 8 | |
| 9 | func createSession(cmd *exec.Cmd) { |
| 10 | // for supporting ssh connection helper with ProxyCommand |
| 11 | // https://github.com/docker/cli/issues/1707 |
| 12 | cmd.SysProcAttr.Setsid = true |
| 13 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…