Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ create_begin
Method
create_begin
projects/Python/proto/protoex.py:875–877 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
873
874
# Create a new model (begin phase)
875
def
create_begin(self):
876
fbe_begin = self.buffer.allocate(4 + self._model.fbe_size)
877
return
fbe_begin
878
879
# Create a new model (end phase)
880
def
create_end(self, fbe_begin):
Callers
1
serialize
Method · 0.95
Calls
1
allocate
Method · 0.45
Tested by
no test coverage detected