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

Function clearrec

test/mitmproxy/addons/test_view.py:489–493  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

487 rec_refresh = Record()
488
489 def clearrec():
490 rec_add.calls = []
491 rec_update.calls = []
492 rec_remove.calls = []
493 rec_refresh.calls = []
494
495 v.sig_view_add.connect(rec_add)
496 v.sig_view_update.connect(rec_update)

Callers 1

test_signalsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…