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

Method GetPath

PathCopyCopy/plugins/src/SamplePlugin.cpp:62–65  ·  view source on GitHub ↗

Computes the path of the given file and returns it. This sample plugin simply returns the file path as-is. @param p_File File path. @return File path itself.

Source from the content-addressed store, hash-verified

60 // @return File path itself.
61 //
62 std::wstring SamplePlugin::GetPath(const std::wstring& p_File) const
63 {
64 return p_File;
65 }
66
67 } // namespace Plugins
68

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected