| 96 | void delref() override { ReferenceCounted<AsyncFileWinASIO>::delref(); } |
| 97 | |
| 98 | int64_t debugFD() const override { return (int64_t)(const_cast<decltype(file)&>(file).native_handle()); } |
| 99 | |
| 100 | static void onReadReady(Promise<int> onReady, const boost::system::error_code& error, size_t bytesRead) { |
| 101 | if (error) { |
nothing calls this directly
no test coverage detected