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

Method MSYSPathPlugin

PathCopyCopy/plugins/src/MSYSPathPlugin.cpp:44–47  ·  view source on GitHub ↗

Constructor.

Source from the content-addressed store, hash-verified

42 // Constructor.
43 //
44 MSYSPathPlugin::MSYSPathPlugin() noexcept(false)
45 : UnixPathPlugin(IDS_MSYS_PATH_PLUGIN_DESCRIPTION, IDS_MSYS_PATH_PLUGIN_HINT)
46 {
47 }
48
49 //
50 // Returns the plugin's unique identifier.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected