Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cloudquery/cloudquery
/ getEnvKey
Function
getEnvKey
cli/cmd/sync.go:610–613 ·
view source on GitHub ↗
(v string)
Source
from the content-addressed store, hash-verified
608
}
609
610
func
getEnvKey(v string) string {
611
parts := strings.SplitN(v,
"="
, 2)
612
return
parts[0]
613
}
Callers
1
filterPluginEnv
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected