Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ next
Method
next
projects/Python/proto/test.py:10805–10806 ·
view source on GitHub ↗
(self, prev)
Source
from the content-addressed store, hash-verified
10803
10804
# Move to the next struct value
10805
def
next(self, prev):
10806
self._model.fbe_shift(prev)
10807
10808
10809
class
FinalModelStructVector(fbe.FinalModel):
Callers
1
test_serialization_struct_vector
Method · 0.95
Calls
1
fbe_shift
Method · 0.45
Tested by
no test coverage detected