MCPcopy 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
253bool istream::readable() const {
254 return acl_vstream_readable(stream_) != 0;
255}
256
257bool istream::read_wait(int timeo) const
258{

Callers 1

client_echoFunction · 0.80

Calls 1

acl_vstream_readableFunction · 0.85

Tested by

no test coverage detected