MCPcopy Create free account
hub / github.com/secdev/scapy / on_trigger

Method on_trigger

scapy/scapypipes.py:575–579  ·  view source on GitHub ↗
(self, trigmsg)

Source from the content-addressed store, hash-verified

573 self.msg = msg
574
575 def on_trigger(self, trigmsg):
576 # type: (bool) -> None
577 self._send(self.msg)
578 self._high_send(self.msg)
579 self._trigger(trigmsg)
580
581
582class TriggerDrain(Drain):

Callers

nothing calls this directly

Calls 3

_high_sendMethod · 0.80
_triggerMethod · 0.80
_sendMethod · 0.45

Tested by

no test coverage detected