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

Method GetPath

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

Placeholder path method that does nothing since it is never called. @param p_File File path; unused. @return Empty string.

Source from the content-addressed store, hash-verified

60 // @return Empty string.
61 //
62 std::wstring PluginSeparator::GetPath(const std::wstring& /*p_File*/) const
63 {
64 return L"";
65 }
66
67 //
68 // Checks if this plugin is a separator. In our case, we return true.

Callers 7

GetPathWithPluginWFunction · 0.45
RegGetPathWithPluginWFunction · 0.45
ModifyPathMethod · 0.45
AddPluginToMenuMethod · 0.45
ActOnFilesMethod · 0.45
GetDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected