MCPcopy
hub / github.com/mitmproxy/mitmproxy / websocket_start

Method websocket_start

test/mitmproxy/test_flow.py:29–31  ·  view source on GitHub ↗
(self, f)

Source from the content-addressed store, hash-verified

27 self.flows.append(f)
28
29 def websocket_start(self, f):
30 if f not in self.flows:
31 self.flows.append(f)
32
33
34class TestSerialize:

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected