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

Method ModifyOptions

PathCopyCopy/src/PluginPipeline.cpp:243–248  ·  view source on GitHub ↗

Modifies global pipeline options by successively applying all pipeline elements to it. Returns the final version of the pipeline options. @param p_rOptions Global pipeline options to modify.

Source from the content-addressed store, hash-verified

241 // @param p_rOptions Global pipeline options to modify.
242 //
243 void Pipeline::ModifyOptions(PipelineOptions& p_rOptions) const
244 {
245 for (const auto& spElement : m_vspElements) {
246 spElement->ModifyOptions(p_rOptions);
247 }
248 }
249
250 //
251 // Checks if a plugin using this pipeline should be enabled or not.

Callers 5

PathsSeparatorMethod · 0.45
CopyPathsRecursivelyMethod · 0.45
ActionMethod · 0.45
ShowForFilesMethod · 0.45
ShowForFoldersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected