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

Method save_config

mitmproxy/tools/console/options.py:159–163  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

157 super().__init__(self.walker)
158
159 def save_config(self, path):
160 try:
161 optmanager.save(self.master.options, path)
162 except exceptions.OptionsError as e:
163 signals.status_message.send(message=str(e))
164
165 def keypress(self, size, key):
166 if self.walker.editing:

Callers

nothing calls this directly

Calls 2

saveMethod · 0.45
sendMethod · 0.45

Tested by

no test coverage detected