MCPcopy 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
244void bloom_key_clear(struct bloom_key *key)
245{
246 FREE_AND_NULL(key->hashes);
247}
248
249void add_key_to_filter(const struct bloom_key *key,
250 struct bloom_filter *filter,

Callers 6

bloom_filter_checkFunction · 0.85
bloom_keyvec_freeFunction · 0.85
add_string_to_filterFunction · 0.85
last_modified_releaseFunction · 0.85
mark_pathFunction · 0.85

Calls

no outgoing calls

Tested by 1

add_string_to_filterFunction · 0.68