decDepth decrements the nesting depth
()
| 708 | |
| 709 | // decDepth decrements the nesting depth |
| 710 | func (c *ReadContext) decDepth() { |
| 711 | c.depth-- |
| 712 | } |
| 713 | |
| 714 | // ReadValue reads a polymorphic value with configurable reference tracking and type info reading. |
| 715 | // Parameters: |
no outgoing calls
no test coverage detected