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

Method set_capacity

implementation/message/src/payload_impl.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void payload_impl::set_capacity(length_t _capacity) {
45 data_.reserve(_capacity);
46}
47
48void payload_impl::set_data(const byte_t* _data, const length_t _length) {
49 data_.assign(_data, _data + _length);

Callers 2

TESTFunction · 0.80
deserializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected