Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
320
function
showOverlay(el: HTMLElement): void {
321
el.classList.remove(
'hidden'
)
322
el.classList.add(
'visible'
)
323
}
324
325
function
hideOverlay(el: HTMLElement): void {
326
el.classList.remove(
'visible'
)
Callers
1
onDisconnect
Function · 0.70
Calls
1
add
Method · 0.45
Tested by
no test coverage detected