Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
void aio_handle::keep_read(bool onoff)
85
{
86
acl_aio_set_keep_read(aio_, onoff ? 1 : 0);
87
}
88
89
bool aio_handle::keep_read() const
90
{
Callers
3
on_accept
Method · 0.45
service_main
Method · 0.45
message_await
Method · 0.45
Calls
2
acl_aio_set_keep_read
Function · 0.85
acl_aio_get_keep_read
Function · 0.85
Tested by
no test coverage detected