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

Function hdr_iter_recorded_init

deps/hdr_histogram/hdr_histogram.c:950–957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

948}
949
950void hdr_iter_recorded_init(struct hdr_iter* iter, const struct hdr_histogram* h)
951{
952 hdr_iter_init(iter, h);
953
954 iter->specifics.recorded.count_added_in_this_iteration_step = 0;
955
956 iter->_next_fp = recorded_iter_next;
957}
958
959/* ## #### ## ## ######## ### ######## */
960/* ## ## ### ## ## ## ## ## ## */

Callers 2

hdr_addFunction · 0.85

Calls 1

hdr_iter_initFunction · 0.85

Tested by

no test coverage detected