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

Method dns_error

mitmproxy/addons/view.py:631–632  ·  view source on GitHub ↗
(self, f)

Source from the content-addressed store, hash-verified

629 self.update([f])
630
631 def dns_error(self, f):
632 self.update([f])
633
634 def update(self, flows: Sequence[mitmproxy.flow.Flow]) -> None:
635 """

Callers 1

test_simple_dnsFunction · 0.95

Calls 1

updateMethod · 0.95

Tested by 1

test_simple_dnsFunction · 0.76