MCPcopy Create free account
hub / github.com/IgorWarzocha/howcode / setTerminalSession

Function setTerminalSession

desktop/terminal/session-store.ts:17–19  ·  view source on GitHub ↗
(sessionId: string, record: TerminalSessionRecord)

Source from the content-addressed store, hash-verified

15}
16
17export function setTerminalSession(sessionId: string, record: TerminalSessionRecord) {
18 terminalSessions.set(sessionId, record)
19}
20
21export function listTerminalSessions() {
22 return [...terminalSessions.values()]

Callers 1

openTerminalFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected