MCPcopy Create free account
hub / github.com/apache/fory / decrease_depth

Method decrease_depth

python/pyfory/context.py:564–566  ·  view source on GitHub ↗
(self, diff=1)

Source from the content-addressed store, hash-verified

562 )
563
564 def decrease_depth(self, diff=1):
565 # Only call this after the matching nested read completed successfully.
566 self.depth -= diff
567
568 def read_ref_or_null(self):
569 return self.ref_reader.read_ref_or_null(self.buffer)

Callers 7

_read_case_valueMethod · 0.45
_read_same_type_refMethod · 0.45
_read_different_typesMethod · 0.45
readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected