| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected