MCPcopy Create free account
hub / github.com/RsyncProject/rsync / is_excluded

Function is_excluded

flist.c:290–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290static inline int is_excluded(const char *fname, int is_dir, int filter_level)
291{
292 return name_is_excluded(fname, is_dir ? NAME_IS_DIR : NAME_IS_FILE, filter_level);
293}
294
295static void send_directory(int f, struct file_list *flist,
296 char *fbuf, int len, int flags);

Callers 3

make_fileFunction · 0.85
send_file_listFunction · 0.85
flist_sort_and_cleanFunction · 0.85

Calls 1

name_is_excludedFunction · 0.85

Tested by

no test coverage detected