Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
19
class
MapLocalSpec(NamedTuple):
20
matches: flowfilter.TFilter
21
regex: str
22
local_path: Path
23
24
25
def
parse_map_local_spec(option: str) -> MapLocalSpec:
Callers
2
test_file_candidates
Function · 0.90
parse_map_local_spec
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_file_candidates
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…