(s histograms.HistogramMethod)
| 423 | } |
| 424 | |
| 425 | func HasNativeHistograms(s histograms.HistogramMethod) bool { |
| 426 | return s == histograms.HistogramMethodNative || s == histograms.HistogramMethodBoth |
| 427 | } |
| 428 | |
| 429 | type Uint32Value uint32 |
| 430 |
no outgoing calls
no test coverage detected