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

Method get_trace

implementation/configuration/src/configuration_impl.cpp:3411–3413  ·  view source on GitHub ↗

Trace configuration

Source from the content-addressed store, hash-verified

3409
3410// Trace configuration
3411std::shared_ptr<cfg::trace> configuration_impl::get_trace() const {
3412 return trace_;
3413}
3414
3415std::uint32_t configuration_impl::get_permissions_uds() const {
3416 return permissions_uds_;

Callers 2

initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected