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

Function remove_dir_recursively

dir.c:3475–3478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3473}
3474
3475int remove_dir_recursively(struct strbuf *path, int flag)
3476{
3477 return remove_dir_recurse(path, flag, NULL);
3478}
3479
3480static GIT_PATH_FUNC(git_path_info_exclude, "info/exclude")
3481

Callers 15

sequencer_remove_stateFunction · 0.85
tmp_objdir_destroyFunction · 0.85
notes_merge_abortFunction · 0.85
delete_enlistmentFunction · 0.85
clear_dirFunction · 0.85
lock_raw_refFunction · 0.85
raceproof_create_fileFunction · 0.85
remove_empty_directoriesFunction · 0.85
am_destroyFunction · 0.85

Calls 1

remove_dir_recurseFunction · 0.85

Tested by

no test coverage detected