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