Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ assert_rep
Function
assert_rep
deps/jemalloc/test/unit/prof_log.c:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
#define N_THREADS 10
5
6
static void assert_rep() {
7
assert_b_eq(prof_log_rep_check(), false,
"Rep check failed"
);
8
}
9
10
static void assert_log_empty() {
11
assert_zu_eq(prof_log_bt_count(), 0,
Callers
1
prof_log.c
File · 0.85
Calls
1
prof_log_rep_check
Function · 0.85
Tested by
no test coverage detected