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

Method keep_read

lib_acl_cpp/src/stream/aio_handle.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void aio_handle::keep_read(bool onoff)
85{
86 acl_aio_set_keep_read(aio_, onoff ? 1 : 0);
87}
88
89bool aio_handle::keep_read() const
90{

Callers 3

on_acceptMethod · 0.45
service_mainMethod · 0.45
message_awaitMethod · 0.45

Calls 2

acl_aio_set_keep_readFunction · 0.85
acl_aio_get_keep_readFunction · 0.85

Tested by

no test coverage detected