| 2413 | } |
| 2414 | |
| 2415 | int is_index_unborn(struct index_state *istate) |
| 2416 | { |
| 2417 | return (!istate->cache_nr && !istate->timestamp.sec); |
| 2418 | } |
| 2419 | |
| 2420 | void index_state_init(struct index_state *istate, struct repository *r) |
| 2421 | { |
no outgoing calls
no test coverage detected