Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/COVESA/vsomeip
/ set_remaining
Method
set_remaining
implementation/message/src/deserializer.cpp:37–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
void deserializer::set_remaining(std::size_t _remaining) {
38
remaining_ = _remaining;
39
}
40
41
bool deserializer::deserialize(uint8_t& _value) {
42
if (0 == remaining_)
Callers
2
TEST
Function · 0.80
deserialize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected