Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
453
int TPipeServer::getBufferSize() {
454
return bufsize_;
455
}
456
void TPipeServer::setBufferSize(int bufsize) {
457
bufsize_ = bufsize;
458
}
Callers
1
BOOST_AUTO_TEST_CASE
Function · 0.45
Calls
no outgoing calls
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.36