MCPcopy Create free account
hub / github.com/codeaashu/claude-code / addSession

Function addSession

src/bridge/bridgeUI.ts:494–496  ·  view source on GitHub ↗
(sessionId: string, url: string)

Source from the content-addressed store, hash-verified

492 },
493
494 addSession(sessionId: string, url: string): void {
495 sessionDisplayInfo.set(sessionId, { url })
496 },
497
498 updateSessionActivity(sessionId: string, activity: SessionActivity): void {
499 const info = sessionDisplayInfo.get(sessionId)

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected