MCPcopy Index your code
hub / github.com/srixivas/PcapXray / stream

Method stream

Source/Module/engines/base.py:28–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26@runtime_checkable
27class PacketEngine(Protocol):
28 def stream(self) -> Iterator[NormalizedPacket]: ...

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected