(s HistogramMode)
| 310 | } |
| 311 | |
| 312 | func hasNativeHistograms(s HistogramMode) bool { |
| 313 | return s == HistogramModeNative || s == HistogramModeBoth |
| 314 | } |
| 315 | |
| 316 | func hasClassicHistograms(s HistogramMode) bool { |
| 317 | return s == HistogramModeClassic || s == HistogramModeBoth |
no outgoing calls
no test coverage detected