Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/COVESA/vsomeip
/ update_payload
Method
update_payload
implementation/routing/src/event.cpp:128–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
}
127
128
void event::update_payload() {
129
130
std::scoped_lock its_lock(mutex_);
131
update_payload_unlocked();
132
}
133
134
void event::update_payload_unlocked() {
135
Callers
1
cache_event_payload
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected