Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
162
void init_npp_interface() { npp = std::make_unique<NppInterface>(&npp_data); }
163
164
void notify(SCNotification *notify_code) { npp->notify(notify_code); }
165
166
NppInterface &npp_interface() { return *npp; }
167
Callers
1
beNotified
Function · 0.85
Calls
1
notify
Method · 0.80
Tested by
no test coverage detected