| 333 | |
| 334 | template<typename Protocol> |
| 335 | bool server_endpoint_impl<Protocol>::check_message_size(std::uint32_t _size) const { |
| 336 | return !(_size > endpoint_impl<Protocol>::max_message_size_); |
| 337 | } |
| 338 | |
| 339 | template<typename Protocol> |
| 340 | typename endpoint_impl<Protocol>::cms_ret_e |
nothing calls this directly
no outgoing calls
no test coverage detected