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