MCPcopy 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
557void Client::openRequest(const QString &filePath)
558{
559 d->callNotification(lsp::V_TEXTDOCUMENT_DIDOPEN, lsp::didOpen(filePath));
560}
561
562void Client::closeRequest(const QString &filePath)
563{

Callers 1

updateTokensMethod · 0.80

Calls 2

didOpenFunction · 0.85
callNotificationMethod · 0.80

Tested by

no test coverage detected