| 450 | } |
| 451 | |
| 452 | void add_split_index(struct index_state *istate) |
| 453 | { |
| 454 | if (!istate->split_index) { |
| 455 | init_split_index(istate); |
| 456 | istate->cache_changed |= SPLIT_INDEX_ORDERED; |
| 457 | } |
| 458 | } |
| 459 | |
| 460 | void remove_split_index(struct index_state *istate) |
| 461 | { |
no test coverage detected