Checks if this plugin is a separator. In our case, we return true. @return true since we are a separator proxy.
| 70 | // @return true since we are a separator proxy. |
| 71 | // |
| 72 | bool PluginSeparator::IsSeparator() const noexcept |
| 73 | { |
| 74 | return true; |
| 75 | } |
| 76 | |
| 77 | } // namespace PCC |
nothing calls this directly
no outgoing calls
no test coverage detected