Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
325
function
hideOverlay(el: HTMLElement): void {
326
el.classList.remove(
'visible'
)
327
el.classList.add(
'hidden'
)
328
}
329
330
// ── Top bar collapse ──────────────────────────────────────────────────────────
331
Callers
1
connect
Function · 0.70
Calls
1
add
Method · 0.45
Tested by
no test coverage detected