MCPcopy 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
300void aio_handle::decrease()
301{
302 nstream_--;
303 acl_assert(nstream_ >= 0);
304 on_decrease();
305}
306
307int aio_handle::length() const
308{

Callers 2

~aio_streamMethod · 0.80
set_handleMethod · 0.80

Calls 1

on_decreaseFunction · 0.50

Tested by

no test coverage detected