MCPcopy Create free account
hub / github.com/cortexproject/cortex / formatDeleteCallString

Function formatDeleteCallString

pkg/util/labelset/tracker_test.go:143–145  ·  view source on GitHub ↗
(user, labelSetStr string, removeUser bool)

Source from the content-addressed store, hash-verified

141}
142
143func formatDeleteCallString(user, labelSetStr string, removeUser bool) string {
144 return fmt.Sprintf("%s,%s,%s", user, labelSetStr, strconv.FormatBool(removeUser))
145}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected