MCPcopy Create free account
hub / github.com/arctic-cli/interface / ActiveSession

Interface ActiveSession

packages/arctic/src/pty/index.ts:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 interface ActiveSession {
84 info: Info
85 process: IPty
86 buffer: string
87 subscribers: Set<WSContext>
88 }
89
90 const state = Instance.state(
91 () => new Map<string, ActiveSession>(),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected