Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ bloom_key_clear
Function
bloom_key_clear
bloom.c:244–247 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
242
}
243
244
void bloom_key_clear(struct bloom_key *key)
245
{
246
FREE_AND_NULL(key->hashes);
247
}
248
249
void add_key_to_filter(const struct bloom_key *key,
250
struct bloom_filter *filter,
Callers
6
bloom_filter_check
Function · 0.85
bloom_keyvec_free
Function · 0.85
get_or_compute_bloom_filter
Function · 0.85
add_string_to_filter
Function · 0.85
last_modified_release
Function · 0.85
mark_path
Function · 0.85
Calls
no outgoing calls
Tested by
1
add_string_to_filter
Function · 0.68