()
| 2413 | } |
| 2414 | interface Socket { |
| 2415 | get readable(): ReadableStream; |
| 2416 | get writable(): WritableStream; |
| 2417 | get closed(): Promise<void>; |
| 2418 | get opened(): Promise<SocketInfo>; |
nothing calls this directly
no outgoing calls
no test coverage detected