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

Method ModifyPath

PathCopyCopy/src/PluginPipelineElements.cpp:51–55  ·  view source on GitHub ↗

Modifies the given path by following the symlink if it points to one. @param p_rPath Path to modify (in-place). @param p_pPluginProvider Optional object to access plugins.

Source from the content-addressed store, hash-verified

49 // @param p_pPluginProvider Optional object to access plugins.
50 //
51 void FollowSymlinkPipelineElement::ModifyPath(std::wstring& p_rPath,
52 const PluginProvider* const /*p_pPluginProvider*/) const
53 {
54 PluginUtils::FollowSymlinkIfRequired(p_rPath);
55 }
56
57 //
58 // Modifies the given path by surrounding it with quotes.

Callers

nothing calls this directly

Calls 6

emptyMethod · 0.80
GetPluginMethod · 0.80
beginMethod · 0.45
endMethod · 0.45
sizeMethod · 0.45
GetPathMethod · 0.45

Tested by

no test coverage detected