MCPcopy
hub / github.com/mitmproxy/mitmproxy / get_state

Method get_state

mitmproxy/proxy/mode_specs.py:169–170  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

167 return ProxyMode.parse(state)
168
169 def get_state(self):
170 return self.full_spec
171
172 def set_state(self, state):
173 if state != self.full_spec:

Callers 3

flow_to_jsonFunction · 0.45
addMethod · 0.45
addMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected