Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ flush
Method
flush
scapy/layers/bluetooth.py:3114–3116 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3112
return
len(ins) > 0
3113
3114
def
flush(self):
3115
while
self.readable():
3116
self.recv()
3117
3118
def
close(self):
3119
if
self.closed:
Callers
3
main
Function · 0.45
send
Method · 0.45
compress
Method · 0.45
Calls
2
readable
Method · 0.95
recv
Method · 0.45
Tested by
no test coverage detected