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

Method ModifyOptions

PathCopyCopy/src/PluginPipelineElements.cpp:795–798  ·  view source on GitHub ↗

Modifies global pipeline options by specifying the separator to use between multiple copied paths. @param p_rOptions Global options to modify (in-place).

Source from the content-addressed store, hash-verified

793 // @param p_rOptions Global options to modify (in-place).
794 //
795 void PathsSeparatorPipelineElement::ModifyOptions(PipelineOptions& p_rOptions) const
796 {
797 p_rOptions.SetPathsSeparator(m_PathsSeparator);
798 }
799
800 //
801 // Modify global pipeline options by specifying that paths should

Callers

nothing calls this directly

Calls 7

SetPathsSeparatorMethod · 0.80
SetExecutableMethod · 0.80
SetUseFilelistMethod · 0.80
SetArgumentsMethod · 0.80
SetShowForFilesMethod · 0.80
SetShowForFoldersMethod · 0.80

Tested by

no test coverage detected