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

Method kill

mitmproxy/addons/view.py:598–599  ·  view source on GitHub ↗
(self, f)

Source from the content-addressed store, hash-verified

596 self.update([f])
597
598 def kill(self, f):
599 self.update([f])
600
601 def tcp_start(self, f):
602 self.add([f])

Callers 9

test_simpleFunction · 0.95
postMethod · 0.45
postMethod · 0.45
deleteMethod · 0.45
process_flowMethod · 0.45
requestMethod · 0.45
removeMethod · 0.45
doneMethod · 0.45
requestMethod · 0.45

Calls 1

updateMethod · 0.95

Tested by 1

test_simpleFunction · 0.76