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

Function add_split_index

split-index.c:452–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452void add_split_index(struct index_state *istate)
453{
454 if (!istate->split_index) {
455 init_split_index(istate);
456 istate->cache_changed |= SPLIT_INDEX_ORDERED;
457 }
458}
459
460void remove_split_index(struct index_state *istate)
461{

Callers 2

tweak_split_indexFunction · 0.85
cmd_update_indexFunction · 0.85

Calls 1

init_split_indexFunction · 0.85

Tested by

no test coverage detected