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

Method get

mitmproxy/tools/web/app.py:840–841  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

838 }
839
840 def get(self):
841 self.write(State.get_json(self.master))
842
843
844class ProcessList(RequestHandler):

Callers

nothing calls this directly

Calls 2

writeMethod · 0.45
get_jsonMethod · 0.45

Tested by

no test coverage detected