MCPcopy Create free account
hub / github.com/segmentio/encoding / depth

Method depth

json/token.go:401–403  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

399}
400
401func (s *stack) depth() int {
402 return len(s.state)
403}
404
405func (s *stack) index() int {
406 if len(s.state) == 0 {

Callers 1

depthMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected