MCPcopy Create free account
hub / github.com/git/git / bitmap_writer_nr_selected_commits

Function bitmap_writer_nr_selected_commits

pack-bitmap-write.c:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40};
41
42static inline int bitmap_writer_nr_selected_commits(struct bitmap_writer *writer)
43{
44 return writer->selected_nr - writer->pseudo_merges_nr;
45}
46
47void bitmap_writer_init(struct bitmap_writer *writer, struct repository *r,
48 struct packing_data *pdata,

Callers 7

compute_xor_offsetsFunction · 0.85
bitmap_builder_initFunction · 0.85
write_pseudo_mergesFunction · 0.85
write_lookup_tableFunction · 0.85
bitmap_writer_finishFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected