Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/COVESA/vsomeip
/ get_data
Method
get_data
implementation/message/src/payload_impl.cpp:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
byte_t* payload_impl::get_data() {
33
return data_.data();
34
}
35
36
const byte_t* payload_impl::get_data() const {
37
return data_.data();
Callers
1
operator==
Method · 0.45
Calls
1
data
Method · 0.45
Tested by
no test coverage detected