MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / MapRemoteSpec

Class MapRemoteSpec

mitmproxy/addons/mapremote.py:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12class MapRemoteSpec(NamedTuple):
13 matches: flowfilter.TFilter
14 subject: str
15 replacement: str
16
17
18def parse_map_remote_spec(option: str) -> MapRemoteSpec:

Callers 1

parse_map_remote_specFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…