| 899 | |
| 900 | |
| 901 | int t_calc_branch(struct cell *t, |
| 902 | int b, char *branch, int *branch_len) |
| 903 | { |
| 904 | return syn_branch ? |
| 905 | branch_builder( t->hash_index, |
| 906 | t->label, 0, |
| 907 | b, branch, branch_len ) |
| 908 | : branch_builder( t->hash_index, |
| 909 | 0, t->md5, |
| 910 | b, branch, branch_len ); |
| 911 | } |
| 912 |
no test coverage detected