| 52 | bool resources_inited = false; |
| 53 | |
| 54 | FuncItem *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 |
no outgoing calls
no test coverage detected