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

Method activate

implementation/logger/src/message.cpp:280–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278static constexpr size_t RESERVED_BLOCK_SIZE = 128;
279
280void message::buffer::activate() {
281 data_.reserve(RESERVED_BLOCK_SIZE);
282 active_ = true;
283}
284
285bool message::buffer::is_active() const {
286 return active_;

Callers 1

messageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected