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

Method get_base_path

implementation/utility/src/utility.cpp:273–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273std::string utility::get_base_path(const std::string& _network) {
274 return base_path() + _network + "-";
275}
276
277client_t utility::request_client_id(const std::shared_ptr<configuration>& _config, const std::string& _name, client_t _client) {
278 std::scoped_lock its_lock(get_utility_mutex());

Callers 1

TESTFunction · 0.80

Calls 1

base_pathFunction · 0.85

Tested by

no test coverage detected