Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ readable
Method
readable
lib_acl_cpp/src/stream/istream.cpp:253–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
251
}
252
253
bool istream::readable() const {
254
return acl_vstream_readable(stream_) != 0;
255
}
256
257
bool istream::read_wait(int timeo) const
258
{
Callers
1
client_echo
Function · 0.80
Calls
1
acl_vstream_readable
Function · 0.85
Tested by
no test coverage detected