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

Function showOverlay

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

Source from the content-addressed store, hash-verified

318}
319
320function showOverlay(el: HTMLElement): void {
321 el.classList.remove('hidden')
322 el.classList.add('visible')
323}
324
325function hideOverlay(el: HTMLElement): void {
326 el.classList.remove('visible')

Callers 1

onDisconnectFunction · 0.70

Calls 1

addMethod · 0.45

Tested by

no test coverage detected