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

Method set_end

projects/Python/proto/protoex.py:815–816  ·  view source on GitHub ↗
(self, fbe_begin)

Source from the content-addressed store, hash-verified

813
814 # Set the struct value (end phase)
815 def set_end(self, fbe_begin):
816 self._buffer.unshift(fbe_begin)
817
818 # Set the struct value
819 def set(self, fbe_value):

Callers 1

setMethod · 0.95

Calls 1

unshiftMethod · 0.45

Tested by

no test coverage detected