MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / not_found_c_error

Function not_found_c_error

util/src/FileSystem.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98#endif
99
100 bool
101 not_found_c_error(int errval)
102 {
103 return errval == ENOENT || errval == ENOTDIR;
104 }
105
106 std::vector<std::string>
107 SplitString(std::string const& str, std::string const& delim)

Callers 3

ExistsFunction · 0.85
IsDirectoryFunction · 0.85
IsFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected