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

Method running

mitmproxy/addons/clientplayback.py:158–164  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

156 self.replay_tasks = set()
157
158 def running(self):
159 self.options = ctx.options
160 self.playback_task = asyncio_utils.create_task(
161 self.playback(),
162 name="client playback",
163 keep_ref=False,
164 )
165
166 async def done(self):
167 if self.playback_task:

Callers 3

test_playbackFunction · 0.95
test_playback_crashFunction · 0.95

Calls 1

playbackMethod · 0.95

Tested by 3

test_playbackFunction · 0.76
test_playback_crashFunction · 0.76