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

Method SetCopyPathsRecursively

PathCopyCopy/src/PluginPipeline.cpp:67–70  ·  view source on GitHub ↗

Sets whether to copy path recursively or not. @param p_Recursively Whether to copy paths recursively.

Source from the content-addressed store, hash-verified

65 // @param p_Recursively Whether to copy paths recursively.
66 //
67 void PipelineOptions::SetCopyPathsRecursively(const bool p_Recursively) noexcept
68 {
69 m_Recursively = p_Recursively;
70 }
71
72 //
73 // Returns the executable to start with the path or paths as argument.

Callers 1

ModifyOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected