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

Function getSpec

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

Source from the content-addressed store, hash-verified

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

Callers 2

TransparentFunction · 0.90
transparentSpec.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…