MCPcopy Index your code
hub / github.com/microsoft/vscode-cpptools / getUI

Function getUI

Extension/src/LanguageServer/ui.ts:598–603  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

596}
597
598export function getUI(): LanguageStatusUI {
599 if (!ui) {
600 ui = new LanguageStatusUI();
601 }
602 return ui;
603}
604

Callers 3

initMethod · 0.90
activateFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected