Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ send
Method
send
scapy/pipetool.py:580–583 ·
view source on GitHub ↗
(self, msg)
Source
from the content-addressed store, hash-verified
578
""
"
579
580
def
send(self, msg):
581
# type: (str) -> int
582
self._gen_data(msg)
583
return
1
584
585
def
close(self):
586
# type: () -> None
Callers
15
handler
Method · 0.45
push
Method · 0.45
push
Method · 0.45
push
Method · 0.45
deliver
Method · 0.45
push
Method · 0.45
_write_cmd
Method · 0.45
_gen_data
Method · 0.45
_gen_high_data
Method · 0.45
_exhaust
Method · 0.45
_start
Method · 0.45
_resolve_one
Method · 0.45
Calls
1
_gen_data
Method · 0.80
Tested by
no test coverage detected