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

Method ShowForFolders

PathCopyCopy/src/Plugin.cpp:170–173  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

168 // @return true to display this plugin when folders are selected.
169 //
170 bool Plugin::ShowForFolders() const noexcept(false)
171 {
172 return true;
173 }
174
175 //
176 // Provides a pointer to the object that can be used to access PCC settings.

Callers 1

AddPluginToMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected