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

Function has_next

deps/hdr_histogram/hdr_histogram.c:738–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736}
737
738static bool has_next(struct hdr_iter* iter)
739{
740 return iter->cumulative_count < iter->total_count;
741}
742
743static bool move_next(struct hdr_iter* iter)
744{

Callers 4

basic_iter_nextFunction · 0.85
percentile_iter_nextFunction · 0.85
iter_linear_nextFunction · 0.85
log_iter_nextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected