MCPcopy Create free account
hub / github.com/acl-dev/acl / fflush

Method fflush

lib_acl_cpp/src/stream/ostream.cpp:65–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65bool ostream::fflush()
66{
67 if (acl_vstream_fflush(stream_) == ACL_VSTREAM_EOF) {
68 return false;
69 } else {
70 return true;
71 }
72}
73
74bool ostream::write_wait(int timeo) const
75{

Callers 2

write_gzipMethod · 0.80
write_bodyMethod · 0.80

Calls 1

acl_vstream_fflushFunction · 0.85

Tested by

no test coverage detected