Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cockroachdb/cockroachdb-parser
/ length
Method
length
pkg/util/cache/cache.go:630–632 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
628
}
629
630
func
(ic *IntervalCache) length() int {
631
return
ic.tree.Len()
632
}
633
634
// GetOverlaps returns a slice of values which overlap the specified
635
// interval. The slice is only valid until the next call to GetOverlaps.
Callers
nothing calls this directly
Calls
1
Len
Method · 0.65
Tested by
no test coverage detected