(d []sharedconfig.DimensionMappings)
| 36 | } |
| 37 | |
| 38 | func dimensionMappingsPtr(d []sharedconfig.DimensionMappings) *[]sharedconfig.DimensionMappings { |
| 39 | return &d |
| 40 | } |
| 41 | |
| 42 | func histogramMethodPtr(h histograms.HistogramMethod) *histograms.HistogramMethod { |
| 43 | return &h |
no outgoing calls
no test coverage detected