| 71 | class CAPIPluginRegister { |
| 72 | public: |
| 73 | CAPIPluginRegister(const CAPIPluginRegister &) = delete; |
| 74 | CAPIPluginRegister &operator=(const CAPIPluginRegister &) = delete; |
| 75 | |
| 76 | CAPIPluginRegister(const WasmEdge_PluginDescriptor *Desc) noexcept { |
nothing calls this directly
no test coverage detected