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

Method get_end

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

Source from the content-addressed store, hash-verified

2074
2075 # Get the struct value (end phase)
2076 def get_end(self, fbe_begin):
2077 self._buffer.unshift(fbe_begin)
2078
2079 # Get the struct value
2080 def get(self, fbe_value=None):

Callers 1

getMethod · 0.95

Calls 1

unshiftMethod · 0.45

Tested by

no test coverage detected