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

Class MapLocalSpec

mitmproxy/addons/maplocal.py:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18
19class MapLocalSpec(NamedTuple):
20 matches: flowfilter.TFilter
21 regex: str
22 local_path: Path
23
24
25def parse_map_local_spec(option: str) -> MapLocalSpec:

Callers 2

test_file_candidatesFunction · 0.90
parse_map_local_specFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_file_candidatesFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…