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

Method running

mitmproxy/addons/tlsconfig.py:466–469  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

464 tls_start.settings.ca_file = ctx.options.ssl_verify_upstream_trusted_ca
465
466 def running(self):
467 # FIXME: We have a weird bug where the contract for configure is not followed and it is never called with
468 # confdir or command_history as updated.
469 self.configure("confdir") # pragma: no cover
470
471 def configure(self, updated):
472 if (

Callers

nothing calls this directly

Calls 1

configureMethod · 0.95

Tested by

no test coverage detected