Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
bool ostream::fflush()
66
{
67
if (acl_vstream_fflush(stream_) == ACL_VSTREAM_EOF) {
68
return false;
69
} else {
70
return true;
71
}
72
}
73
74
bool ostream::write_wait(int timeo) const
75
{
Callers
2
write_gzip
Method · 0.80
write_body
Method · 0.80
Calls
1
acl_vstream_fflush
Function · 0.85
Tested by
no test coverage detected