Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ _exhaust
Method
_exhaust
scapy/pipetool.py:476–478 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
474
ObjectPipe.send(self, (msg, True, False))
475
476
def
_exhaust(self):
477
# type: () -> None
478
ObjectPipe.send(self, (None, None, True))
479
480
def
deliver(self):
481
# type: () -> None
Callers
1
generate
Method · 0.80
Calls
1
send
Method · 0.45
Tested by
no test coverage detected