MCPcopy Create free account
hub / github.com/bruderstein/nppPluginManager / getName

Function getName

pluginManager/src/PluginManager.cpp:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151extern "C" __declspec(dllexport) CONST TCHAR * getName()
152{
153 return PLUGIN_NAME;
154}
155
156extern "C" __declspec(dllexport) FuncItem * getFuncsArray(INT *nbF)
157{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected