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

Method decDepth

go/fory/reader.go:710–712  ·  view source on GitHub ↗

decDepth decrements the nesting depth

()

Source from the content-addressed store, hash-verified

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

Callers 3

skipCollectionFunction · 0.80
skipMapFunction · 0.80
skipStructFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected