MCPcopy Create free account
hub / github.com/mitmproxy/mitmproxy / parseRaw

Function parseRaw

web/src/js/modes/socks.ts:10–18  ·  view source on GitHub ↗
({
    listen_host,
    listen_port,
}: RawSpecParts)

Source from the content-addressed store, hash-verified

8};
9
10export 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});

Callers 1

socksSpec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…