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

Function rollback_lock_file

lockfile.c:354–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354int rollback_lock_file(struct lock_file *lk)
355{
356 delete_tempfile(&lk->pid_tempfile);
357 return delete_tempfile(&lk->tempfile);
358}

Callers 15

unix_ss_createFunction · 0.85
write_index_as_treeFunction · 0.85
merge_ort_genericFunction · 0.85
write_one_objectFunction · 0.85
reset_headFunction · 0.85
checkout_fast_forwardFunction · 0.85
write_messageFunction · 0.85
do_recursive_mergeFunction · 0.85
read_and_refresh_cacheFunction · 0.85

Calls 1

delete_tempfileFunction · 0.85

Tested by

no test coverage detected