Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ next
Method
next
projects/Python/proto/test.py:8860–8861 ·
view source on GitHub ↗
(self, prev)
Source
from the content-addressed store, hash-verified
8858
8859
# Move to the next struct value
8860
def
next(self, prev):
8861
self._model.fbe_shift(prev)
8862
8863
8864
class
FinalModelStructBytes(fbe.FinalModel):
Callers
1
test_serialization_struct_bytes
Method · 0.95
Calls
1
fbe_shift
Method · 0.45
Tested by
no test coverage detected