Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ next
Method
next
projects/Python/proto/test.py:9062–9063 ·
view source on GitHub ↗
(self, prev)
Source
from the content-addressed store, hash-verified
9060
9061
# Move to the next struct value
9062
def
next(self, prev):
9063
self._model.fbe_shift(prev)
9064
9065
9066
@functools.total_ordering
Callers
1
test_serialization_final_struct_bytes
Method · 0.95
Calls
1
fbe_shift
Method · 0.45
Tested by
no test coverage detected