Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ openRequest
Method
openRequest
src/common/lsp/client/client.cpp:557–560 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
555
}
556
557
void Client::openRequest(const QString &filePath)
558
{
559
d->callNotification(lsp::V_TEXTDOCUMENT_DIDOPEN, lsp::didOpen(filePath));
560
}
561
562
void Client::closeRequest(const QString &filePath)
563
{
Callers
1
updateTokens
Method · 0.80
Calls
2
didOpen
Function · 0.85
callNotification
Method · 0.80
Tested by
no test coverage detected