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

Method remove_application

implementation/runtime/src/runtime_impl.cpp:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void runtime_impl::remove_application(const std::string& _name) {
121 std::scoped_lock its_lock{applications_mutex_};
122 auto found_application = applications_.find(_name);
123 if (found_application != applications_.end()) {
124 applications_.erase(_name);
125 }
126}
127
128} // namespace vsomeip_v3

Callers 1

~application_implMethod · 0.80

Calls 1

endMethod · 0.80

Tested by

no test coverage detected