| 1614 | } |
| 1615 | |
| 1616 | struct cache_entry *refresh_cache_entry(struct index_state *istate, |
| 1617 | struct cache_entry *ce, |
| 1618 | unsigned int options) |
| 1619 | { |
| 1620 | return refresh_cache_ent(istate, ce, options, NULL, NULL, NULL, NULL); |
| 1621 | } |
| 1622 | |
| 1623 | |
| 1624 | /***************************************************************** |
no test coverage detected