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