Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
738
static bool has_next(struct hdr_iter* iter)
739
{
740
return iter->cumulative_count < iter->total_count;
741
}
742
743
static bool move_next(struct hdr_iter* iter)
744
{
Callers
4
basic_iter_next
Function · 0.85
percentile_iter_next
Function · 0.85
iter_linear_next
Function · 0.85
log_iter_next
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected