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

Method verify

projects/Python/proto/enums.py:3640–3644  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3638
3639 # Check if the struct value is valid
3640 def verify(self):
3641 self._buffer.shift(self.fbe_offset)
3642 fbe_result = self.verify_fields()
3643 self._buffer.unshift(self.fbe_offset)
3644 return fbe_result
3645
3646 # Check if the struct fields are valid
3647 def verify_fields(self):

Callers

nothing calls this directly

Calls 3

verify_fieldsMethod · 0.95
shiftMethod · 0.45
unshiftMethod · 0.45

Tested by

no test coverage detected