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

Method Name

src/plugins/proxy_plugin/proxy_plugin.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 ~ProxyPlugin() override = default;
41
42 std::string_view Name() const noexcept override { return "proxy_plugin"; }
43
44 bool Initialize(runtime::core::AimRTCore* core_ptr) noexcept override;
45 void Shutdown() noexcept override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected