MCPcopy Create free account
hub / github.com/SpartanJ/eepp / refreshCodeLens

Method refreshCodeLens

src/tools/ecode/plugins/lsp/lspclientserver.cpp:1629–1633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1627}
1628
1629void LSPClientServer::refreshCodeLens() {
1630 Lock l( mClientsMutex );
1631 for ( const auto& client : mClients )
1632 client.second->requestCodeLens();
1633}
1634
1635bool LSPClientServer::isSilent() const {
1636 return mManager->getPlugin()->isSilent();

Callers

nothing calls this directly

Calls 1

requestCodeLensMethod · 0.80

Tested by

no test coverage detected