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

Method CopyPathsRecursively

PathCopyCopy/src/Plugin.cpp:113–116  ·  view source on GitHub ↗

Checks if this plugin wants to copy paths recursively. The default value is false. @return Whether to copy paths recursively.

Source from the content-addressed store, hash-verified

111 // @return Whether to copy paths recursively.
112 //
113 bool Plugin::CopyPathsRecursively() const noexcept(false)
114 {
115 return false;
116 }
117
118 //
119 // Returns the action to perform on the path or paths when using this plugin.

Callers 1

ActOnFilesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected