| 1946 | } |
| 1947 | |
| 1948 | static void post_read_index_from(struct index_state *istate) |
| 1949 | { |
| 1950 | check_ce_order(istate); |
| 1951 | tweak_untracked_cache(istate); |
| 1952 | tweak_split_index(istate); |
| 1953 | tweak_fsmonitor(istate); |
| 1954 | } |
| 1955 | |
| 1956 | static size_t estimate_cache_size_from_compressed(unsigned int entries) |
| 1957 | { |
no test coverage detected