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

Method get_env

implementation/message/src/message_impl.cpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78std::string message_impl::get_env() const {
79 return env_;
80}
81
82void message_impl::set_env(const std::string& _env) {
83 env_ = _env;

Callers 2

remove_localMethod · 0.45
cleanup_subscriberMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected