Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ create_begin
Method
create_begin
projects/Python/proto/proto.py:2094–2096 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2092
2093
# Create a new model (begin phase)
2094
def
create_begin(self):
2095
fbe_begin = self.buffer.allocate(4 + self._model.fbe_size)
2096
return
fbe_begin
2097
2098
# Create a new model (end phase)
2099
def
create_end(self, fbe_begin):
Callers
3
serialize
Method · 0.95
test_create_and_access
Method · 0.95
main
Function · 0.95
Calls
1
allocate
Method · 0.45
Tested by
1
test_create_and_access
Method · 0.76