(value string)
| 891 | } |
| 892 | |
| 893 | func envKey(value string) string { |
| 894 | k, _, _ := strings.Cut(value, "=") |
| 895 | return k |
| 896 | } |
| 897 | |
| 898 | func buildToRemoveSet(flags *pflag.FlagSet, flag string) map[string]struct{} { |
| 899 | var empty struct{} |
no outgoing calls
no test coverage detected
searching dependent graphs…