| 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>(), |
nothing calls this directly
no outgoing calls
no test coverage detected