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

Method ShortFolderPlugin

PathCopyCopy/plugins/src/ShortFolderPlugin.cpp:41–44  ·  view source on GitHub ↗

Constructor.

Source from the content-addressed store, hash-verified

39 // Constructor.
40 //
41 ShortFolderPlugin::ShortFolderPlugin() noexcept(false)
42 : ShortPathPlugin(IDS_SHORT_FOLDER_PLUGIN_DESCRIPTION, IDS_ANDROGYNOUS_FOLDER_PLUGIN_DESCRIPTION, IDS_SHORT_FOLDER_PLUGIN_HINT)
43 {
44 }
45
46 //
47 // Returns the plugin's unique identifier.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected