MCPcopy Index your code
hub / github.com/codeaashu/claude-code / showOverlay

Function showOverlay

src/server/web/public/terminal.js:8925–8928  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

8923function setStatus(state) {
8924 statusDot.className = "status-dot";
8925 if (state !== "connected") statusDot.classList.add(state);
8926 barBtn.textContent = connected ? "Disconnect" : "Reconnect";
8927}
8928function showOverlay(el) {
8929 el.classList.remove("hidden");
8930 el.classList.add("visible");
8931}

Callers 1

onDisconnectFunction · 0.70

Calls 1

addMethod · 0.45

Tested by

no test coverage detected