| 165 | * daemons. |
| 166 | */ |
| 167 | export class Daemon { |
| 168 | private server: net.Server | null = null; |
| 169 | private clients = new Set<MCPSession>(); |
| 170 | /** Per-client peer pids from the optional client-hello, for the liveness sweep. */ |
nothing calls this directly
no outgoing calls
no test coverage detected