Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ decrease
Method
decrease
lib_acl_cpp/src/stream/aio_handle.cpp:300–305 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
298
}
299
300
void aio_handle::decrease()
301
{
302
nstream_--;
303
acl_assert(nstream_ >= 0);
304
on_decrease();
305
}
306
307
int aio_handle::length() const
308
{
Callers
2
~aio_stream
Method · 0.80
set_handle
Method · 0.80
Calls
1
on_decrease
Function · 0.50
Tested by
no test coverage detected