MCPcopy Index your code
hub / github.com/git/git / oidset_clear

Function oidset_clear

oidset.c:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void oidset_clear(struct oidset *set)
62{
63 kh_release_oid_set(&set->set);
64 oidset_init(set, 0);
65}
66
67void oidset_parse_file(struct oidset *set, const char *path,
68 const struct git_hash_algo *algop)

Callers 15

find_commonFunction · 0.85
filter_refsFunction · 0.85
do_fetch_pack_v2Function · 0.85
negotiate_using_fetchFunction · 0.85
upload_pack_data_clearFunction · 0.85
cleanup_scoreboardFunction · 0.85
close_packFunction · 0.85
paths_and_oids_clearFunction · 0.85
release_revisionsFunction · 0.85
make_script_with_mergesFunction · 0.85

Calls 1

oidset_initFunction · 0.85

Tested by 1