MCPcopy Create free account
hub / github.com/cpeditor/cpeditor / onLSPTimerElapsedJava

Method onLSPTimerElapsedJava

src/appwindow.cpp:1029–1039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1027}
1028
1029void AppWindow::onLSPTimerElapsedJava()
1030{
1031 auto *tab = currentWindow();
1032 if (tab == nullptr)
1033 return;
1034
1035 if (SettingsHelper::isLSPUseLintingJava() && tab->getLanguage() == "Java")
1036 javaServer->requestLinting();
1037
1038 lspTimerJava->stop();
1039}
1040
1041void AppWindow::onLSPTimerElapsedPython()
1042{

Callers

nothing calls this directly

Calls 3

getLanguageMethod · 0.80
requestLintingMethod · 0.80
stopMethod · 0.80

Tested by

no test coverage detected