MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / notify

Function notify

src/plugin/Plugin.cpp:164–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162void init_npp_interface() { npp = std::make_unique<NppInterface>(&npp_data); }
163
164void notify(SCNotification *notify_code) { npp->notify(notify_code); }
165
166NppInterface &npp_interface() { return *npp; }
167

Callers 1

beNotifiedFunction · 0.85

Calls 1

notifyMethod · 0.80

Tested by

no test coverage detected