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

Function setInfo

src/NppJsonViewer/dllmain.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26// Below are the mandatory function to be implemented as Notepad++ requires them
27
28extern "C" __declspec(dllexport) void setInfo(NppData notepadPlusData)
29{
30 g_NppJsonPlugin.SetInfo(notepadPlusData);
31}
32
33extern "C" __declspec(dllexport) const TCHAR* getName()
34{

Callers

nothing calls this directly

Calls 1

SetInfoMethod · 0.80

Tested by

no test coverage detected