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

Function get_func_item

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

Source from the content-addressed store, hash-verified

52bool resources_inited = false;
53
54FuncItem *get_func_item() {
55 // Well maybe we should lock mutex here
56 return func_item;
57}
58
59//
60// The data of Notepad++ that you can use in your plugin commands

Callers 4

get_langs_sub_menuFunction · 0.85
on_settings_changedFunction · 0.85
rearrange_menuFunction · 0.85
process_menu_resultMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected