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

Method HelpText

PathCopyCopy/plugins/src/InternalPlugin.cpp:45–48  ·  view source on GitHub ↗

Returns plugin help text. @return Plugin help text, taken from resources.

Source from the content-addressed store, hash-verified

43 // @return Plugin help text, taken from resources.
44 //
45 std::wstring InternalPlugin::HelpText() const
46 {
47 return (LPCWSTR) m_HelpTextString;
48 }
49
50 //
51 // Constructor.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected