MCPcopy Create free account
hub / github.com/COVESA/vsomeip / check_message_size

Method check_message_size

implementation/endpoints/src/client_endpoint_impl.cpp:740–742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

738
739template<typename Protocol>
740bool client_endpoint_impl<Protocol>::check_message_size(std::uint32_t _size) const {
741 return !(_size > endpoint_impl<Protocol>::max_message_size_);
742}
743
744template<typename Protocol>
745typename endpoint_impl<Protocol>::cms_ret_e client_endpoint_impl<Protocol>::segment_message(const std::uint8_t* const _data,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected