Set plugin namespace
| 417 | |
| 418 | // Set plugin namespace |
| 419 | void DetectionOutput::setPluginNamespace(char const* pluginNamespace) noexcept |
| 420 | { |
| 421 | mPluginNamespace = pluginNamespace; |
| 422 | } |
| 423 | |
| 424 | void DetectionOutputDynamic::setPluginNamespace(char const* pluginNamespace) noexcept |
| 425 | { |
no outgoing calls
no test coverage detected