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

Method UnixPathPlugin

PathCopyCopy/plugins/src/UnixPathPlugin.cpp:43–46  ·  view source on GitHub ↗

Constructor.

Source from the content-addressed store, hash-verified

41 // Constructor.
42 //
43 UnixPathPlugin::UnixPathPlugin() noexcept(false)
44 : LongPathPlugin(IDS_UNIX_PATH_PLUGIN_DESCRIPTION, IDS_UNIX_PATH_PLUGIN_DESCRIPTION, IDS_UNIX_PATH_PLUGIN_HINT)
45 {
46 }
47
48 //
49 // Returns the plugin's unique identifier.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected