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

Method GetShowForFiles

PathCopyCopy/src/PluginPipeline.cpp:144–147  ·  view source on GitHub ↗

Gets whether the plugin should be displayed when files are selected. @return true to display plugin when files are selected.

Source from the content-addressed store, hash-verified

142 // @return true to display plugin when files are selected.
143 //
144 bool PipelineOptions::GetShowForFiles() const noexcept
145 {
146 return m_ShowForFiles;
147 }
148
149 //
150 // Sets whether to display the plugin when files are selected.

Callers 1

ShowForFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected