MCPcopy Index your code
hub / github.com/cortexproject/cortex / EmptyFlags

Function EmptyFlags

integration/e2e/util.go:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46func EmptyFlags() map[string]string {
47 return map[string]string{}
48}
49
50func MergeFlags(inputs ...map[string]string) map[string]string {
51 output := MergeFlagsWithoutRemovingEmpty(inputs...)

Calls

no outgoing calls