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

Function commit_locked_index

read-cache.c:3113–3119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3111}
3112
3113static int commit_locked_index(struct lock_file *lk)
3114{
3115 if (alternate_index_output)
3116 return commit_lock_file_to(lk, alternate_index_output);
3117 else
3118 return commit_lock_file(lk);
3119}
3120
3121static int do_write_locked_index(struct index_state *istate,
3122 struct lock_file *lock,

Callers 1

do_write_locked_indexFunction · 0.85

Calls 2

commit_lock_file_toFunction · 0.85
commit_lock_fileFunction · 0.85

Tested by

no test coverage detected