()
| 2430 | } |
| 2431 | interface Socket { |
| 2432 | get readable(): ReadableStream; |
| 2433 | get writable(): WritableStream; |
| 2434 | get closed(): Promise<void>; |
| 2435 | get opened(): Promise<SocketInfo>; |
nothing calls this directly
no outgoing calls
no test coverage detected