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

Method CygwinPathPlugin

PathCopyCopy/plugins/src/CygwinPathPlugin.cpp:46–49  ·  view source on GitHub ↗

Constructor.

Source from the content-addressed store, hash-verified

44 // Constructor.
45 //
46 CygwinPathPlugin::CygwinPathPlugin() noexcept(false)
47 : UnixPathPlugin(IDS_CYGWIN_PATH_PLUGIN_DESCRIPTION, IDS_CYGWIN_PATH_PLUGIN_HINT)
48 {
49 }
50
51 //
52 // Returns the plugin's unique identifier.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected