MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / existsAndIsFile

Method existsAndIsFile

Libraries/FileSystem/FileSystem.cpp:614–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

612}
613
614bool SC::FileSystem::existsAndIsFile(StringSpan file)
615{
616 StringSpan encodedPath;
617 SC_TRY(convert(file, fileFormatBuffer1, fileTransportBuffer1, &encodedPath));
618 return FileSystem::Operations::existsAndIsFile(encodedPath);
619}
620
621bool SC::FileSystem::existsAndIsLink(StringSpan file)
622{

Callers 15

SCBuildFixtureTestMethod · 0.80
uploadPolicyMethod · 0.80
uploadsDisabledMethod · 0.80
httpFileServerTestMethod · 0.80
eventLoopSubdirectoryMethod · 0.80
BuildTestMethod · 0.80
fileSystemOperationsMethod · 0.80
makeRemoveIsDirectoryMethod · 0.80
writeReadRemoveFileMethod · 0.80
copyExistsFileMethod · 0.80

Calls 2

statClass · 0.70
ResultClass · 0.50

Tested by 15

SCBuildFixtureTestMethod · 0.64
uploadPolicyMethod · 0.64
uploadsDisabledMethod · 0.64
httpFileServerTestMethod · 0.64
eventLoopSubdirectoryMethod · 0.64
BuildTestMethod · 0.64
fileSystemOperationsMethod · 0.64
makeRemoveIsDirectoryMethod · 0.64
writeReadRemoveFileMethod · 0.64
copyExistsFileMethod · 0.64