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

Method on_trigger

scapy/pipetool.py:458–460  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

456
457class TriggerSink(Sink):
458 def on_trigger(self, msg):
459 # type: (Any) -> None
460 pass
461
462
463class AutoSource(Source):

Callers 1

_triggerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected