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