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

Method increase

lib_acl_cpp/src/stream/aio_handle.cpp:294–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294void aio_handle::increase()
295{
296 nstream_++;
297 on_increase();
298}
299
300void aio_handle::decrease()
301{

Callers 2

set_handleMethod · 0.80
enable_errorMethod · 0.80

Calls 1

on_increaseFunction · 0.50

Tested by

no test coverage detected