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

Method check_message_size

implementation/endpoints/src/server_endpoint_impl.cpp:335–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333
334template<typename Protocol>
335bool server_endpoint_impl<Protocol>::check_message_size(std::uint32_t _size) const {
336 return !(_size > endpoint_impl<Protocol>::max_message_size_);
337}
338
339template<typename Protocol>
340typename endpoint_impl<Protocol>::cms_ret_e

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected