| 571 | } |
| 572 | |
| 573 | int index_name_pos_sparse(struct index_state *istate, const char *name, int namelen) |
| 574 | { |
| 575 | return index_name_stage_pos(istate, name, namelen, 0, NO_EXPAND_SPARSE); |
| 576 | } |
| 577 | |
| 578 | int index_entry_exists(struct index_state *istate, const char *name, int namelen) |
| 579 | { |
no test coverage detected