MCPcopy Create free account
hub / github.com/NPP-JSONViewer/JSON-Viewer / getFuncsArray

Function getFuncsArray

src/NppJsonViewer/dllmain.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38extern "C" __declspec(dllexport) FuncItem* getFuncsArray(int* nbF)
39{
40 return g_NppJsonPlugin.GetFuncsArray(nbF);
41}
42
43extern "C" __declspec(dllexport) void beNotified(SCNotification* notifyCode)
44{

Callers

nothing calls this directly

Calls 1

GetFuncsArrayMethod · 0.80

Tested by

no test coverage detected