MCPcopy Create free account
hub / github.com/clechasseur/pathcopycopy / IsSeparator

Method IsSeparator

PathCopyCopy/src/Plugin.cpp:135–138  ·  view source on GitHub ↗

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.

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected