Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mitmproxy/mitmproxy
/ shutdown
Method
shutdown
mitmproxy/addons/keepserving.py:34–35 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
32
return
any([ctx.master.commands.call(c)
for
c in checks])
33
34
def
shutdown(self):
# pragma: no cover
35
ctx.master.shutdown()
36
37
async
def
watch(self):
38
while
True:
Callers
1
watch
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected