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

Function getSpec

web/src/js/modes/socks.ts:6–8  ·  view source on GitHub ↗
(s: SocksState)

Source from the content-addressed store, hash-verified

4export interface SocksState extends ModeState {}
5
6export const getSpec = (s: SocksState): string => {
7 return includeListenAddress("socks5", s);
8};
9
10export const parseRaw = ({
11 listen_host,

Callers 2

SocksFunction · 0.90
socksSpec.tsFile · 0.90

Calls 1

includeListenAddressFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…