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

Method get_end

projects/Python/proto/proto.py:665–666  ·  view source on GitHub ↗
(self, fbe_begin)

Source from the content-addressed store, hash-verified

663
664 # Get the struct value (end phase)
665 def get_end(self, fbe_begin):
666 self._buffer.unshift(fbe_begin)
667
668 # Get the struct value
669 def get(self, fbe_value=None):

Callers 2

getMethod · 0.95
on_receiveMethod · 0.45

Calls 1

unshiftMethod · 0.45

Tested by

no test coverage detected