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

Method write

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

Source from the content-addressed store, hash-verified

116 }
117 virtual uint32_t read(uint8_t* buf, uint32_t len);
118 virtual void write(const uint8_t* buf, uint32_t len) {
119 pseudo_sync_write(Pipe_.h, write_event_.h, buf, len);
120 }
121
122 virtual HANDLE getPipeHandle() { return Pipe_.h; }
123 virtual void setPipeHandle(HANDLE pipehandle) { Pipe_.reset(pipehandle); }

Callers

nothing calls this directly

Calls 1

pseudo_sync_writeFunction · 0.85

Tested by

no test coverage detected