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

Method getBufferSize

lib/cpp/src/thrift/transport/TPipeServer.cpp:453–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453int TPipeServer::getBufferSize() {
454 return bufsize_;
455}
456void TPipeServer::setBufferSize(int bufsize) {
457 bufsize_ = bufsize;
458}

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.36