| 239 | SnippetDocument *getSnippet(int c) override; |
| 240 | const SnippetDocument *getSnippet(int c) const override; |
| 241 | int getNumSnippets() const override { return numCallbacks; } |
| 242 | void registerApiClasses() override; |
| 243 | |
| 244 | int getControlCallbackIndex() const override { return (int)Callback::onControl; }; |
no outgoing calls
no test coverage detected