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

Method ShowForFiles

PathCopyCopy/src/Plugin.cpp:159–162  ·  view source on GitHub ↗

Checks if this plugin should be displayed when files are selected. The default implementation always returns true. @return true to display this plugin when files are selected.

Source from the content-addressed store, hash-verified

157 // @return true to display this plugin when files are selected.
158 //
159 bool Plugin::ShowForFiles() const noexcept(false)
160 {
161 return true;
162 }
163
164 //
165 // Checks if this plugin should be displayed when folders are selected.

Callers 1

AddPluginToMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected