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

Function getSpec

web/src/js/modes/upstream.ts:14–16  ·  view source on GitHub ↗
(state: UpstreamState)

Source from the content-addressed store, hash-verified

12});
13
14export const getSpec = (state: UpstreamState): string => {
15 return includeListenAddress(`upstream:${state.destination}`, state);
16};
17
18export const parseRaw = ({
19 data,

Callers 2

UpstreamFunction · 0.90
upstreamSpec.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…