Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ hdr_record_value
Function
hdr_record_value
deps/hdr_histogram/hdr_histogram.c:452–455 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
450
451
452
bool hdr_record_value(struct hdr_histogram* h, int64_t value)
453
{
454
return hdr_record_values(h, value, 1);
455
}
456
457
bool hdr_record_value_atomic(struct hdr_histogram* h, int64_t value)
458
{
Callers
1
readHandler
Function · 0.85
Calls
1
hdr_record_values
Function · 0.85
Tested by
no test coverage detected