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

Method CanDropRedundantWords

PathCopyCopy/plugins/src/PipelinePlugin.cpp:259–262  ·  view source on GitHub ↗

Called by Path Copy Copy to know if it should honor the "Drop redundant words" setting for this plugin. In our case, the plugin description has been set by the user so we never want to modify it. @return Always false to indicate PCC should not drop redundant words like "copy" from plugin's description.

Source from the content-addressed store, hash-verified

257 // redundant words like "copy" from plugin's description.
258 //
259 bool PipelinePlugin::CanDropRedundantWords() const noexcept(false)
260 {
261 return false;
262 }
263
264 //
265 // Checks if this plugin should be displayed when files are selected.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected