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

Method set_end

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

Source from the content-addressed store, hash-verified

1495
1496 # Set the struct value (end phase)
1497 def set_end(self, fbe_begin):
1498 self._buffer.unshift(fbe_begin)
1499
1500 # Set the struct value
1501 def set(self, fbe_value):

Callers 1

setMethod · 0.95

Calls 1

unshiftMethod · 0.45

Tested by

no test coverage detected