Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
std::string message_impl::get_env() const {
79
return env_;
80
}
81
82
void message_impl::set_env(const std::string& _env) {
83
env_ = _env;
Callers
2
remove_local
Method · 0.45
cleanup_subscriber
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected