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

Method WSLPathPlugin

PathCopyCopy/plugins/src/WSLPathPlugin.cpp:48–51  ·  view source on GitHub ↗

Constructor.

Source from the content-addressed store, hash-verified

46 // Constructor.
47 //
48 WSLPathPlugin::WSLPathPlugin() noexcept(false)
49 : UnixPathPlugin(IDS_WSL_PATH_PLUGIN_DESCRIPTION, IDS_WSL_PATH_PLUGIN_HINT)
50 {
51 }
52
53 //
54 // Returns the plugin's unique identifier.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected