Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ hideOverlay
Function
hideOverlay
src/server/web/public/terminal.js:8929–8932 ·
view source on GitHub ↗
(el)
Source
from the content-addressed store, hash-verified
8927
}
8928
function
showOverlay(el) {
8929
el.classList.remove(
"hidden"
);
8930
el.classList.add(
"visible"
);
8931
}
8932
function
hideOverlay(el) {
8933
el.classList.remove(
"visible"
);
8934
el.classList.add(
"hidden"
);
8935
}
Callers
1
connect
Function · 0.70
Calls
1
add
Method · 0.45
Tested by
no test coverage detected