Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ _high_send
Method
_high_send
scapy/pipetool.py:272–275 ·
view source on GitHub ↗
(self, msg)
Source
from the content-addressed store, hash-verified
270
s.push(msg)
271
272
def
_high_send(self, msg):
273
# type: (Any) -> None
274
for
s in self.high_sinks:
275
s.high_push(msg)
276
277
def
_trigger(self, msg=None):
278
# type: (Any) -> None
Callers
12
push
Method · 0.80
deliver
Method · 0.80
deliver
Method · 0.80
on_trigger
Method · 0.80
high_push
Method · 0.80
high_push
Method · 0.80
on_trigger
Method · 0.80
push
Method · 0.80
high_push
Method · 0.80
deliver
Method · 0.80
high_push
Method · 0.80
push
Method · 0.80
Calls
1
high_push
Method · 0.45
Tested by
no test coverage detected