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

Method filePoll

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

Source from the content-addressed store, hash-verified

1027
1028AwaitFileWriteAwaiter AwaitEventLoop::fileWrite(const FileDescriptor& file, Span<const char> data,
1029 AwaitFileWriteResult* outResult, AwaitFileWriteOptions options)
1030{
1031 return AwaitFileWriteAwaiter(*this, file, data, outResult, options);
1032}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected