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

Method ShortPathPlugin

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

Constructor.

Source from the content-addressed store, hash-verified

39 // Constructor.
40 //
41 ShortPathPlugin::ShortPathPlugin() noexcept(false)
42 : AndrogynousInternalPlugin(IDS_SHORT_PATH_PLUGIN_DESCRIPTION, IDS_ANDROGYNOUS_PATH_PLUGIN_DESCRIPTION, IDS_SHORT_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