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

Function hideOverlay

src/server/web/terminal.ts:325–328  ·  view source on GitHub ↗
(el: HTMLElement)

Source from the content-addressed store, hash-verified

323}
324
325function hideOverlay(el: HTMLElement): void {
326 el.classList.remove('visible')
327 el.classList.add('hidden')
328}
329
330// ── Top bar collapse ──────────────────────────────────────────────────────────
331

Callers 1

connectFunction · 0.70

Calls 1

addMethod · 0.45

Tested by

no test coverage detected