func github.com/prometheus/common/model.LabelsToSignature

3 uses

	github.com/prometheus/common/model (current package)
		signature.go#L33: func LabelsToSignature(labels map[string]string) uint64 {

	github.com/prometheus/common/expfmt
		text_parse.go#L374: 		signature := model.LabelsToSignature(p.currentLabels)
		text_parse.go#L382: 		signature := model.LabelsToSignature(p.currentLabels)