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

Function weight

bisect.c:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84#define DEBUG_BISECT 0
85
86static inline int weight(struct commit_list *elem)
87{
88 return **commit_weight_at(&commit_weight, elem->item);
89}
90
91static inline void weight_set(struct commit_list *elem, int weight)
92{

Callers 6

approx_halfwayFunction · 0.85
show_listFunction · 0.85
best_bisectionFunction · 0.85
best_bisection_sortedFunction · 0.85
do_find_bisectionFunction · 0.85
find_bisectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected