Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ set_end
Method
set_end
projects/Python/proto/proto.py:1379–1380 ·
view source on GitHub ↗
(self, fbe_begin)
Source
from the content-addressed store, hash-verified
1377
1378
# Set the struct value (end phase)
1379
def
set_end(self, fbe_begin):
1380
self._buffer.unshift(fbe_begin)
1381
1382
# Set the struct value
1383
def
set(self, fbe_value):
Callers
1
set
Method · 0.95
Calls
1
unshift
Method · 0.45
Tested by
no test coverage detected