MCPcopy Create free account
hub / github.com/boostorg/asio / asio_handler_is_continuation

Function asio_handler_is_continuation

include/boost/asio/impl/consign.hpp:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58template <typename Handler>
59inline bool asio_handler_is_continuation(
60 consign_handler<Handler>* this_handler)
61{
62 return BOOST_ASIO_VERSIONED_NAME(handler_cont_helpers)::is_continuation(
63 this_handler->handler_);
64}
65
66} // namespace detail
67

Callers

nothing calls this directly

Calls 2

is_continuationFunction · 0.85

Tested by

no test coverage detected