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

Method Description

PathCopyCopy/plugins/src/COMPlugin.cpp:123–127  ·  view source on GitHub ↗

Returns the plugin description. @return Plugin description.

Source from the content-addressed store, hash-verified

121 // @return Plugin description.
122 //
123 std::wstring COMPlugin::Description() const
124 {
125 // Return cached description.
126 return m_Description;
127 }
128
129 //
130 // Returns the plugin help text.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected