MCPcopy 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

handlerMethod · 0.45
pushMethod · 0.45
pushMethod · 0.45
pushMethod · 0.45
deliverMethod · 0.45
pushMethod · 0.45
_write_cmdMethod · 0.45
_gen_dataMethod · 0.45
_gen_high_dataMethod · 0.45
_exhaustMethod · 0.45
_startMethod · 0.45
_resolve_oneMethod · 0.45

Calls 1

_gen_dataMethod · 0.80

Tested by

no test coverage detected