MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / initRequest

Method initRequest

src/common/lsp/client/client.cpp:549–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547}
548
549void Client::initRequest()
550{
551 QString langQStr = QString::fromStdString(d->proKey.language);
552 QString workQStr = QString::fromStdString(d->proKey.workspace);
553 QString outputStr = QString::fromStdString(d->proKey.outputDirectory);
554 d->callMethod(lsp::V_INITIALIZE, lsp::initialize(workQStr, langQStr, outputStr));
555}
556
557void Client::openRequest(const QString &filePath)
558{

Callers

nothing calls this directly

Calls 2

callMethodMethod · 0.80
initializeFunction · 0.50

Tested by

no test coverage detected