Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/COVESA/vsomeip
/ get_capacity
Method
get_capacity
implementation/message/src/serializer.cpp:73–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
uint32_t serializer::get_capacity() const {
74
return static_cast<std::uint32_t>(data_.max_size());
75
}
76
77
uint32_t serializer::get_size() const {
78
return static_cast<std::uint32_t>(data_.size());
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected