MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / create_begin

Method create_begin

projects/Python/proto/protoex.py:2211–2213  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2209
2210 # Create a new model (begin phase)
2211 def create_begin(self):
2212 fbe_begin = self.buffer.allocate(4 + self._model.fbe_size)
2213 return fbe_begin
2214
2215 # Create a new model (end phase)
2216 def create_end(self, fbe_begin):

Callers 1

serializeMethod · 0.95

Calls 1

allocateMethod · 0.45

Tested by

no test coverage detected