| 738 | |
| 739 | template<typename Protocol> |
| 740 | bool client_endpoint_impl<Protocol>::check_message_size(std::uint32_t _size) const { |
| 741 | return !(_size > endpoint_impl<Protocol>::max_message_size_); |
| 742 | } |
| 743 | |
| 744 | template<typename Protocol> |
| 745 | typename endpoint_impl<Protocol>::cms_ret_e client_endpoint_impl<Protocol>::segment_message(const std::uint8_t* const _data, |
nothing calls this directly
no outgoing calls
no test coverage detected