Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
void oidset_clear(struct oidset *set)
62
{
63
kh_release_oid_set(&set->set);
64
oidset_init(set, 0);
65
}
66
67
void oidset_parse_file(struct oidset *set, const char *path,
68
const struct git_hash_algo *algop)
Callers
15
find_common
Function · 0.85
filter_refs
Function · 0.85
do_fetch_pack_v2
Function · 0.85
negotiate_using_fetch
Function · 0.85
upload_pack_data_clear
Function · 0.85
cleanup_scoreboard
Function · 0.85
write_commit_graph_reachable
Function · 0.85
add_unseen_recent_objects_to_traversal
Function · 0.85
close_pack
Function · 0.85
paths_and_oids_clear
Function · 0.85
release_revisions
Function · 0.85
make_script_with_merges
Function · 0.85
Calls
1
oidset_init
Function · 0.85
Tested by
1
test_odb_inmemory__for_each_object
Function · 0.68