| 1 | import type { SocksState } from "../../modes/socks"; |
| 2 | import { parseRaw } from "../../modes/socks"; |
| 3 | import { STATE_RECEIVE, STATE_UPDATE } from "../backendState"; |
| 4 | import { addSetter, createModeUpdateThunk, updateState } from "./utils"; |
nothing calls this directly
no test coverage detected