MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / getName

Function getName

src/plugin/Plugin.cpp:647–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645}
646
647extern "C" __declspec(dllexport) const wchar_t *getName() {
648 static std::wstring plugin_name = rc_str(IDS_PLUGIN_NAME);
649 return plugin_name.c_str();
650}
651
652extern "C" __declspec(dllexport) FuncItem *getFuncsArray(int *nbF) {
653 *nbF = nb_func;

Callers 1

get_this_plugin_menuFunction · 0.85

Calls 2

rc_strFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected