MCPcopy Create free account
hub / github.com/F-Stack/f-stack / isFileNameValidForMirroredOutput

Function isFileNameValidForMirroredOutput

freebsd/contrib/zstd/programs/util.c:676–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674}
675
676static int isFileNameValidForMirroredOutput(const char *filename)
677{
678 return !pathnameHas2Dots(filename);
679}
680
681
682#define DIR_DEFAULT_MODE 0755

Calls 1

pathnameHas2DotsFunction · 0.85

Tested by

no test coverage detected