Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RioArisk/claudecode_api_RemoteControl
/ closeSessionDrawer
Function
closeSessionDrawer
app/src/modules/sessions.js:48–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
function
closeSessionDrawer() {
49
$(
'session-overlay'
).classList.remove(
'visible'
);
50
}
51
52
function
requestSessionList() {
53
if
(S.ws && S.ws.readyState === WebSocket.OPEN) {
Callers
2
confirmSwitchSession
Function · 0.70
initSessions
Function · 0.70
Calls
1
$
Function · 0.90
Tested by
no test coverage detected