(self, diff=1)
| 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) |
no outgoing calls
no test coverage detected