Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
401
func
(s *stack) depth() int {
402
return
len(s.state)
403
}
404
405
func
(s *stack) index() int {
406
if
len(s.state) == 0 {
Callers
1
depth
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected