MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / non_zero_min

Function non_zero_min

deps/hdr_histogram/hdr_histogram.c:240–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240static int64_t non_zero_min(const struct hdr_histogram* h)
241{
242 if (INT64_MAX == h->min_value)
243 {
244 return INT64_MAX;
245 }
246
247 return lowest_equivalent_value(h, h->min_value);
248}
249
250void hdr_reset_internal_counters(struct hdr_histogram* h)
251{

Callers 1

hdr_minFunction · 0.85

Calls 1

lowest_equivalent_valueFunction · 0.85

Tested by

no test coverage detected