MCPcopy 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
610func getEnvKey(v string) string {
611 parts := strings.SplitN(v, "=", 2)
612 return parts[0]
613}

Callers 1

filterPluginEnvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected