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

Method handler

test/beast/http/read.cpp:374–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372 static std::atomic<std::size_t>&
373 count() { static std::atomic<std::size_t> n; return n; }
374 handler() { ++count(); }
375 ~handler() { --count(); }
376 handler(handler const&) { ++count(); }
377 void operator()(error_code const&, std::size_t) const {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected