Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ RefreshDiagnostic
Method
RefreshDiagnostic
CodeFormatServer/src/LSP/LSPHandle.cpp:340–342 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
338
}
339
340
void LSPHandle::RefreshDiagnostic() {
341
_server->SendRequest(
"workspace/diagnostic/refresh"
, nullptr);
342
}
Callers
nothing calls this directly
Calls
1
SendRequest
Method · 0.80
Tested by
no test coverage detected