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

Method LongPathPlugin

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

Constructor.

Source from the content-addressed store, hash-verified

39 // Constructor.
40 //
41 LongPathPlugin::LongPathPlugin() noexcept(false)
42 : AndrogynousInternalPlugin(IDS_LONG_PATH_PLUGIN_DESCRIPTION, IDS_ANDROGYNOUS_PATH_PLUGIN_DESCRIPTION, IDS_LONG_PATH_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