MCPcopy Create free account
hub / github.com/AimRT/AimRT / Shutdown

Method Shutdown

src/plugins/echo_plugin/echo_plugin.cc:244–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244void EchoPlugin::Shutdown() noexcept {
245 try {
246 if (!init_flag_) return;
247 } catch (const std::exception& e) {
248 AIMRT_ERROR("Shutdown failed, {}", e.what());
249 }
250}
251
252} // namespace aimrt::plugins::echo_plugin

Callers

nothing calls this directly

Calls 1

whatMethod · 0.80

Tested by

no test coverage detected