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

Method verify

projects/Python/proto/test.py:2572–2576  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2570
2571 # Check if the struct value is valid
2572 def verify(self):
2573 self._buffer.shift(self.fbe_offset)
2574 fbe_result = self.verify_fields()
2575 self._buffer.unshift(self.fbe_offset)
2576 return fbe_result
2577
2578 # Check if the struct fields are valid
2579 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