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

Method write

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

Source from the content-addressed store, hash-verified

62 return pseudo_sync_read(Pipe_.h, read_event_.h, buf, len);
63 }
64 virtual void write(const uint8_t* buf, uint32_t len) {
65 pseudo_sync_write(Pipe_.h, write_event_.h, buf, len);
66 }
67
68 virtual HANDLE getPipeHandle() { return Pipe_.h; }
69 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