| 39 | const struct checkout *state, char *topath, |
| 40 | int *nr_checkouts); |
| 41 | static inline int checkout_entry(struct cache_entry *ce, |
| 42 | const struct checkout *state, char *topath, |
| 43 | int *nr_checkouts) |
| 44 | { |
| 45 | return checkout_entry_ca(ce, NULL, state, topath, nr_checkouts); |
| 46 | } |
| 47 | |
| 48 | void enable_delayed_checkout(struct checkout *state); |
| 49 | int finish_delayed_checkout(struct checkout *state, int show_progress); |
no test coverage detected