MCPcopy
hub / github.com/mitmproxy/mitmproxy / tflows

Function tflows

mitmproxy/test/tflow.py:288–300  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

286
287
288def tflows() -> list[flow.Flow]:
289 return [
290 tflow(resp=True),
291 tflow(err=True),
292 tflow(ws=True),
293 ttcpflow(),
294 ttcpflow(err=True),
295 tudpflow(),
296 tudpflow(err=True),
297 tdnsflow(resp=True),
298 tdnsflow(req=tdnsreq(questions=[])),
299 tdnsflow(err=True),
300 ]

Callers

nothing calls this directly

Calls 5

tdnsreqFunction · 0.90
tflowFunction · 0.85
ttcpflowFunction · 0.85
tudpflowFunction · 0.85
tdnsflowFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…