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

Method set_end

projects/Python/proto/fbe.py:1294–1295  ·  view source on GitHub ↗
(self, fbe_begin)

Source from the content-addressed store, hash-verified

1292
1293 # Set the optional value (end phase)
1294 def set_end(self, fbe_begin):
1295 self._buffer.unshift(fbe_begin)
1296
1297 # Set the optional value
1298 def set(self, optional):

Callers 1

setMethod · 0.95

Calls 1

unshiftMethod · 0.45

Tested by

no test coverage detected