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