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

Method Description

PathCopyCopy/plugins/src/PipelinePlugin.cpp:121–124  ·  view source on GitHub ↗

Returns a description of the pipeline plugin, to be used to display it in the contextual menu. @return Plugin description.

Source from the content-addressed store, hash-verified

119 // @return Plugin description.
120 //
121 std::wstring PipelinePlugin::Description() const
122 {
123 return m_Description;
124 }
125
126 //
127 // Returns the path to the icon to use for this plugin.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected