Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ shiftleft
Method
shiftleft
scapy/sessions.py:133–135 ·
view source on GitHub ↗
(self, i: int)
Source
from the content-addressed store, hash-verified
131
memoryview(self.content)[seq:seq + data_len] = data
132
133
def
shiftleft(self, i: int) -> None:
134
self.content = self.content[i:]
135
self.content_len -= i
136
137
def
full(self):
138
# type: () -> bool
Callers
1
process
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected