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

Method flush

lib/cpp/test/OneWayHTTPTest.cpp:161–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 }
160
161 void flush() override {
162 if (blocked_) {
163#ifdef ENABLE_STDERR_LOGGING
164 cerr << "flush was blocked\n" ;
165#endif
166 return ;
167 }
168 TBufferedTransport::flush() ;
169 }
170
171 bool blocked_ ;
172} ;

Callers 13

serverMethod · 0.45
serverMethod · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
alarm_handlerFunction · 0.45
test_rwFunction · 0.45
test_read_part_availableFunction · 0.45
test_write_after_flushFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected