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