| 111 | } |
| 112 | |
| 113 | type compiledLabels struct { |
| 114 | names []string |
| 115 | labelConstraints map[string]LabelConstraint |
| 116 | } |
| 117 | |
| 118 | func (cls *compiledLabels) compile() *compiledLabels { |
| 119 | return cls |
nothing calls this directly
no outgoing calls
no test coverage detected