Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ test_dump_stacks
Function
test_dump_stacks
test/mitmproxy/utils/test_debug.py:30–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
29
30
def
test_dump_stacks():
31
cs = io.StringIO()
32
debug.dump_stacks(None, None, file=cs)
33
assert cs.getvalue()
34
35
36
def
test_register_info_dumpers():
Callers
nothing calls this directly
Calls
1
getvalue
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…