Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auth0/auth0-cli
/ procInfo
Struct
procInfo
internal/cli/agent_detection.go:154–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
}
153
154
type
procInfo
struct
{
155
ppid int
156
name string
157
}
158
159
var
(
160
procCache = make(
map
[int]procInfo)
Callers
1
detectAgentWithEnv
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected