Set manual IP address (used when auto-detection fails)
(ip: string)
| 371 | |
| 372 | /** Set manual IP address (used when auto-detection fails) */ |
| 373 | setManualIP(ip: string): void { |
| 374 | this.manualIP = ip; |
| 375 | } |
| 376 | |
| 377 | /** Start the LAN server */ |
| 378 | async start(): Promise<void> { |
no outgoing calls
no test coverage detected