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

Method create_begin

projects/Python/proto/test.py:12618–12620  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

12616
12617 # Create a new model (begin phase)
12618 def create_begin(self):
12619 fbe_begin = self.buffer.allocate(4 + self._model.fbe_size)
12620 return fbe_begin
12621
12622 # Create a new model (end phase)
12623 def create_end(self, fbe_begin):

Callers 1

serializeMethod · 0.95

Calls 1

allocateMethod · 0.45

Tested by

no test coverage detected