MCPcopy Create free account
hub / github.com/COVESA/vsomeip / get_configuration

Method get_configuration

implementation/logger/src/logger_impl.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22logger_impl::config logger_impl::get_configuration() const {
23 return config_.load(std::memory_order_acquire);
24}
25
26void logger_impl::set_configuration(const std::shared_ptr<configuration>& _configuration) {
27 if (_configuration) {

Callers 5

TESTFunction · 0.45
TESTFunction · 0.45
messageMethod · 0.45

Calls 1

loadMethod · 0.45

Tested by 3

TESTFunction · 0.36
TESTFunction · 0.36