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

Function weight_set

bisect.c:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91static inline void weight_set(struct commit_list *elem, int weight)
92{
93 **commit_weight_at(&commit_weight, elem->item) = weight;
94}
95
96static int count_interesting_parents(struct commit *commit, unsigned bisect_flags)
97{

Callers 1

do_find_bisectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected