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

Method AwaitTaskGroup

Libraries/Await/Await.cpp:2368–2371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2366 case AwaitFileSystemOperationType::CopyFile:
2367 operationResult = request.copyFile(await.asyncEventLoop(), path, otherPath, copyFlags);
2368 return operationResult;
2369 case AwaitFileSystemOperationType::CopyDirectory:
2370 operationResult = request.copyDirectory(await.asyncEventLoop(), path, otherPath, copyFlags);
2371 return operationResult;
2372 case AwaitFileSystemOperationType::Rename:
2373 operationResult = request.rename(await.asyncEventLoop(), path, otherPath);
2374 return operationResult;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected