Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
27
class
PacketEngine(Protocol):
28
def
stream(self) -> Iterator[NormalizedPacket]: ...
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected