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

Function asio_handler_is_continuation

include/boost/asio/impl/read_until.hpp:956–963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

954 template <typename AsyncReadStream,
955 typename DynamicBuffer_v1, typename ReadHandler>
956 inline bool asio_handler_is_continuation(
957 read_until_delim_op_v1<AsyncReadStream,
958 DynamicBuffer_v1, ReadHandler>* this_handler)
959 {
960 return this_handler->start_ == 0 ? true
961 : BOOST_ASIO_VERSIONED_NAME(handler_cont_helpers)::is_continuation(
962 this_handler->handler_);
963 }
964
965 template <typename AsyncReadStream>
966 class initiate_async_read_until_delim_v1

Callers

nothing calls this directly

Calls 2

is_continuationFunction · 0.85

Tested by

no test coverage detected