MCPcopy Create free account
hub / github.com/RioArisk/claudecode_api_RemoteControl / openSessionDrawer

Function openSessionDrawer

app/src/modules/sessions.js:43–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43function openSessionDrawer() {
44 $('session-overlay').classList.add('visible');
45 requestSessionList();
46}
47
48function closeSessionDrawer() {
49 $('session-overlay').classList.remove('visible');

Callers

nothing calls this directly

Calls 2

$Function · 0.90
requestSessionListFunction · 0.70

Tested by

no test coverage detected