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

Method SamplePlugin

PathCopyCopy/plugins/src/SamplePlugin.cpp:40–43  ·  view source on GitHub ↗

Constructor.

Source from the content-addressed store, hash-verified

38 // Constructor.
39 //
40 SamplePlugin::SamplePlugin() noexcept(false)
41 : InternalPlugin(IDS_SAMPLE_PLUGIN_DESCRIPTION, IDS_SAMPLE_PLUGIN_HINT)
42 {
43 }
44
45 //
46 // Returns the plugin's unique identifier.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected