Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
func
detach(cmd *exec.Cmd) {
32
cmd.SysProcAttr = &syscall.SysProcAttr{
33
Setpgid: true,
34
}
35
}
Callers
1
waitAndCleanup
Function · 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…