MCPcopy 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
128void event::update_payload() {
129
130 std::scoped_lock its_lock(mutex_);
131 update_payload_unlocked();
132}
133
134void event::update_payload_unlocked() {
135

Callers 1

cache_event_payloadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected