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

Method get_end

projects/Python/proto/test.py:10605–10606  ·  view source on GitHub ↗
(self, fbe_begin)

Source from the content-addressed store, hash-verified

10603
10604 # Get the struct value (end phase)
10605 def get_end(self, fbe_begin):
10606 self._buffer.unshift(fbe_begin)
10607
10608 # Get the struct value
10609 def get(self, fbe_value=None):

Callers 1

getMethod · 0.95

Calls 1

unshiftMethod · 0.45

Tested by

no test coverage detected