(...prometheus.Collector)
| 372 | func (n *noopRegisterer) Register(prometheus.Collector) error { return nil } |
| 373 | |
| 374 | func (n *noopRegisterer) MustRegister(...prometheus.Collector) {} |
| 375 | |
| 376 | func (n *noopRegisterer) Unregister(prometheus.Collector) bool { return true } |
| 377 |
no outgoing calls
no test coverage detected