noopSanitizer is a Sanitizer that passes labels through unchanged.
| 94 | |
| 95 | // noopSanitizer is a Sanitizer that passes labels through unchanged. |
| 96 | type noopSanitizer struct{} |
| 97 | |
| 98 | func (noopSanitizer) Sanitize(lbls labels.Labels) labels.Labels { return lbls } |
| 99 |
nothing calls this directly
no outgoing calls
no test coverage detected