Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
278
static constexpr size_t RESERVED_BLOCK_SIZE = 128;
279
280
void message::buffer::activate() {
281
data_.reserve(RESERVED_BLOCK_SIZE);
282
active_ = true;
283
}
284
285
bool message::buffer::is_active() const {
286
return active_;
Callers
1
message
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected