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

Function oidset_size

oidset.h:71–74  ·  view source on GitHub ↗

* Returns the number of oids in the set. */

Source from the content-addressed store, hash-verified

69 * Returns the number of oids in the set.
70 */
71static inline int oidset_size(const struct oidset *set)
72{
73 return kh_size(&set->set);
74}
75
76/**
77 * Remove all entries from the oidset, freeing any resources associated with

Callers 14

find_commonFunction · 0.85
send_shallow_listFunction · 0.85
trace2_fetch_infoFunction · 0.85
oidset_equalFunction · 0.85
add_ref_to_setFunction · 0.85
fill_oids_from_commitsFunction · 0.85
fill_pack_entryFunction · 0.85
fill_midx_entryFunction · 0.85
prefetch_cherry_blobsFunction · 0.85
prefetch_grep_blobsFunction · 0.85
repack_local_linksFunction · 0.85

Calls

no outgoing calls

Tested by 1