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

Function getFuncsArray

pluginManager/src/PluginManager.cpp:156–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156extern "C" __declspec(dllexport) FuncItem * getFuncsArray(INT *nbF)
157{
158 *nbF = nbFunc;
159 return funcItem;
160}
161
162/***
163 * beNotification()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected