Constructor.
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected