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