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

Method disable_read

lib_acl_cpp/src/stream/aio_istream.cpp:206–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206void aio_istream::disable_read()
207{
208 acl_assert(stream_);
209 acl_aio_disable_read(stream_);
210}
211
212void aio_istream::keep_read(bool onoff)
213{

Callers 11

read_wakeupMethod · 0.80
read_wakeupMethod · 0.80
setup_sslMethod · 0.80
read_wakeupMethod · 0.80
read_wakeupMethod · 0.80
read_wakeupMethod · 0.80
read_wakeupMethod · 0.80
handle_ssl_handshakeMethod · 0.80
handle_ssl_handshakeMethod · 0.80
read_wakeupMethod · 0.80
read_wakeupMethod · 0.80

Calls 1

acl_aio_disable_readFunction · 0.85

Tested by

no test coverage detected