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

Method DefaultPlugin

PathCopyCopy/plugins/src/DefaultPlugin.cpp:40–43  ·  view source on GitHub ↗

Constructor.

Source from the content-addressed store, hash-verified

38 // Constructor.
39 //
40 DefaultPlugin::DefaultPlugin() noexcept(false)
41 : LongPathPlugin(IDS_DEFAULT_PLUGIN_DESCRIPTION, IDS_DEFAULT_PLUGIN_DESCRIPTION, IDS_LONG_PATH_PLUGIN_HINT)
42 {
43 }
44
45 //
46 // Returns the plugin's unique identifier.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected