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

Method register_cleanup_handler

implementation/endpoints/src/local_endpoint.cpp:595–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593}
594
595void local_endpoint::register_cleanup_handler(const cleanup_handler_t& _handler) {
596 std::scoped_lock const lock{mutex_};
597 cleanup_handler_ = _handler;
598}
599
600void local_endpoint::print_status() {
601 VSOMEIP_INFO_P << status();

Calls

no outgoing calls

Tested by

no test coverage detected