MCPcopy Create free account
hub / github.com/apache/thrift / setPipeHandle

Method setPipeHandle

lib/cpp/src/thrift/transport/TPipe.cpp:123–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121
122 virtual HANDLE getPipeHandle() { return Pipe_.h; }
123 virtual void setPipeHandle(HANDLE pipehandle) { Pipe_.reset(pipehandle); }
124 virtual bool isBufferedDataAvailable() { return begin_unread_idx_ < end_unread_idx_; }
125 virtual HANDLE getNativeWaitHandle() { return ready_event_.h; }
126

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected