MCPcopy Create free account
hub / github.com/boostorg/beast / handler

Method handler

test/beast/http/write.cpp:632–632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630 static std::atomic<std::size_t>&
631 count() { static std::atomic<std::size_t> n; return n; }
632 handler() { ++count(); }
633 ~handler() { --count(); }
634 handler(handler const&) { ++count(); }
635 void operator()(error_code const&, std::size_t) const {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected