MCPcopy 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
154type procInfo struct {
155 ppid int
156 name string
157}
158
159var (
160 procCache = make(map[int]procInfo)

Callers 1

detectAgentWithEnvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected