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

Function getSpec

web/src/js/modes/regular.ts:6–8  ·  view source on GitHub ↗
(m: RegularState)

Source from the content-addressed store, hash-verified

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

Callers 2

RegularFunction · 0.90
regularSpec.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…