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

Method GetFuncsArray

src/NppJsonViewer/NppJsonPlugin.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34FuncItem* NppJsonPlugin::GetFuncsArray(int* nbF)
35{
36 *nbF = nTotalCommandCount;
37 return m_shortcutCommands.GetFuncItem();
38}
39
40void NppJsonPlugin::ProcessNotification(const SCNotification* notifyCode)
41{

Callers 1

getFuncsArrayFunction · 0.80

Calls 1

GetFuncItemMethod · 0.80

Tested by

no test coverage detected