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

Method needsThreadPoolForFileOperations

Libraries/Async/Async.cpp:915–918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

913}
914
915SC::Result SC::AsyncFileSystemOperation::copyDirectory(AsyncEventLoop& eventLoop, StringSpan path,
916 StringSpan destinationPath, FileSystemCopyFlags copyFlags)
917{
918 SC_TRY(checkState());
919 operation = Operation::CopyDirectory;
920 new (&copyDirectoryData, PlacementNew()) CopyDirectoryData({path, destinationPath, copyFlags});
921 loopWork.work = [&]()

Callers 15

customMimeLookupMethod · 0.45
uploadPolicyMethod · 0.45
uploadsDisabledMethod · 0.45
httpFileServerTestMethod · 0.45
putSpanBodyMethod · 0.45
requestOptionsMethod · 0.45
putStreamBodyMethod · 0.45
multipartUploadMethod · 0.45
fileCompressRemoteMethod · 0.45
startMethod · 0.45
startMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 10

customMimeLookupMethod · 0.36
uploadPolicyMethod · 0.36
uploadsDisabledMethod · 0.36
httpFileServerTestMethod · 0.36
putSpanBodyMethod · 0.36
requestOptionsMethod · 0.36
putStreamBodyMethod · 0.36
multipartUploadMethod · 0.36
fileCompressRemoteMethod · 0.36