MCPcopy Create free account
hub / github.com/getlantern/sysproxy / detach

Function detach

sysproxy_darwin.go:31–35  ·  view source on GitHub ↗
(cmd *exec.Cmd)

Source from the content-addressed store, hash-verified

29}
30
31func detach(cmd *exec.Cmd) {
32 cmd.SysProcAttr = &syscall.SysProcAttr{
33 Setpgid: true,
34 }
35}

Callers 1

waitAndCleanupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…