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

Method get_end

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

Source from the content-addressed store, hash-verified

1257
1258 # Get the optional value (end phase)
1259 def get_end(self, fbe_begin):
1260 self._buffer.unshift(fbe_begin)
1261
1262 # Get the optional value
1263 def get(self, defaults=None):

Callers 1

getMethod · 0.95

Calls 1

unshiftMethod · 0.45

Tested by

no test coverage detected