Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ dump
Method
dump
mitmproxy/flowfilter.py:552–554 ·
view source on GitHub ↗
(self, indent=0, fp=sys.stdout)
Source
from the content-addressed store, hash-verified
550
self.itm = itm[0]
551
552
def
dump(self, indent=0, fp=sys.stdout):
553
super().dump(indent, fp)
554
self.itm.dump(indent + 1, fp)
555
556
def
__call__(self, f):
557
return
not self.itm(f)
Callers
nothing calls this directly
Calls
1
dump
Method · 0.45
Tested by
no test coverage detected