MCPcopy Index your code
hub / github.com/git/git / write_split_index

Function write_split_index

read-cache.c:3161–3170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3159}
3160
3161static int write_split_index(struct index_state *istate,
3162 struct lock_file *lock,
3163 unsigned flags)
3164{
3165 int ret;
3166 prepare_to_write_split_index(istate);
3167 ret = do_write_locked_index(istate, lock, flags, WRITE_ALL_EXTENSIONS);
3168 finish_writing_split_index(istate);
3169 return ret;
3170}
3171
3172static unsigned long get_shared_index_expire_date(void)
3173{

Callers 1

write_locked_indexFunction · 0.85

Calls 3

do_write_locked_indexFunction · 0.85

Tested by

no test coverage detected