MCPcopy 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
48function closeSessionDrawer() {
49 $('session-overlay').classList.remove('visible');
50}
51
52function requestSessionList() {
53 if (S.ws && S.ws.readyState === WebSocket.OPEN) {

Callers 2

confirmSwitchSessionFunction · 0.70
initSessionsFunction · 0.70

Calls 1

$Function · 0.90

Tested by

no test coverage detected