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

Method match

mitmproxy/tools/web/app.py:520–521  ·  view source on GitHub ↗
(_)

Source from the content-addressed store, hash-verified

518 ): # Key+Index: ["filter"][0] can fail, if it's not set
519
520 def match(_) -> bool:
521 return True
522
523 with BytesIO() as bio:
524 fw = io.FlowWriter(bio)

Callers 1

edit_focusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected