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

Method set_end

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

Source from the content-addressed store, hash-verified

8766
8767 # Set the struct value (end phase)
8768 def set_end(self, fbe_begin):
8769 self._buffer.unshift(fbe_begin)
8770
8771 # Set the struct value
8772 def set(self, fbe_value):

Callers 1

setMethod · 0.95

Calls 1

unshiftMethod · 0.45

Tested by

no test coverage detected