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

Method get_id

implementation/tracing/src/channel_impl.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14channel_impl::channel_impl(const std::string& _id, const std::string& _name) : id_(_id), name_(_name), current_filter_id_(1) { }
15
16std::string channel_impl::get_id() const {
17 return id_;
18}
19
20std::string channel_impl::get_name() const {
21 return name_;

Callers 4

request_client_idMethod · 0.45
stopMethod · 0.45
traceMethod · 0.45
~thread_managerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected