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

Function running

release/selftest.py:26–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25
26def running():
27 asyncio_utils.create_task(
28 make_request(),
29 name="selftest",
30 keep_ref=True,
31 )
32
33
34async def make_request():

Callers

nothing calls this directly

Calls 1

make_requestFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…