MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / getName

Function getName

src/PluginInterface.cpp:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72const TCHAR * getName() {
73 return TEXT("NppFTP");
74}
75
76FuncItem * getFuncsArray(int * arraysize) {
77 *arraysize = nrFuncItem;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected