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

Method fsWrite

Libraries/Await/Await.cpp:1056–1062  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1054}
1055
1056AwaitFileSystemOperationAwaiter AwaitEventLoop::fsWrite(ThreadPool& threadPool, FileDescriptor& file,
1057 Span<const char> data, AwaitFileWriteResult* outResult,
1058 uint64_t offset)
1059{
1060 return AwaitFileSystemOperationAwaiter(*this, threadPool, AwaitFileSystemOperationType::Write, file, data,
1061 outResult, offset);
1062}
1063
1064AwaitFileSystemOperationAwaiter AwaitEventLoop::fsCopyFile(ThreadPool& threadPool, StringSpan path,
1065 StringSpan destinationPath, FileSystemCopyFlags copyFlags)

Callers 1

Tested by 1