Checks if this plugin is a separator. Do not override: will be overridden by the PluginSeparator class *only*. @return true if this plugin is a submenu separator proxy.
| 133 | // @return true if this plugin is a submenu separator proxy. |
| 134 | // |
| 135 | bool Plugin::IsSeparator() const noexcept |
| 136 | { |
| 137 | return false; |
| 138 | } |
| 139 | |
| 140 | // |
| 141 | // Checks if Path Copy Copy can drop redundant words like |
no outgoing calls
no test coverage detected