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

Method setPipeHandle

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

Source from the content-addressed store, hash-verified

67
68 virtual HANDLE getPipeHandle() { return Pipe_.h; }
69 virtual void setPipeHandle(HANDLE pipehandle) { Pipe_.reset(pipehandle); }
70
71private:
72 TManualResetEvent read_event_;

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected