MCPcopy Create free account
hub / github.com/git/git / post_read_index_from

Function post_read_index_from

read-cache.c:1948–1954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1946}
1947
1948static 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
1956static size_t estimate_cache_size_from_compressed(unsigned int entries)
1957{

Callers 1

read_index_fromFunction · 0.85

Calls 4

check_ce_orderFunction · 0.85
tweak_untracked_cacheFunction · 0.85
tweak_split_indexFunction · 0.85
tweak_fsmonitorFunction · 0.85

Tested by

no test coverage detected