MCPcopy Create free account
hub / github.com/apple/foundationdb / debugFD

Method debugFD

fdbrpc/include/fdbrpc/AsyncFileWinASIO.actor.h:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls 1

native_handleMethod · 0.45

Tested by

no test coverage detected