({
listen_host,
listen_port,
}: RawSpecParts)
| 8 | }; |
| 9 | |
| 10 | export const parseRaw = ({ |
| 11 | listen_host, |
| 12 | listen_port, |
| 13 | }: RawSpecParts): SocksState => ({ |
| 14 | ui_id: Math.random(), |
| 15 | active: true, |
| 16 | listen_host, |
| 17 | listen_port, |
| 18 | }); |
no outgoing calls
no test coverage detected
searching dependent graphs…