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

Method Description

PathCopyCopy/plugins/src/InternalPlugin.cpp:35–38  ·  view source on GitHub ↗

Returns plugin description. @return Plugin description, taken from resources.

Source from the content-addressed store, hash-verified

33 // @return Plugin description, taken from resources.
34 //
35 std::wstring InternalPlugin::Description() const
36 {
37 return (LPCWSTR) m_DescriptionString;
38 }
39
40 //
41 // Returns plugin help text.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected