Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/google/codesearch
/ Len
Method
Len
index/regexp.go:750–750 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
748
type
byPrefix []string
749
750
func
(x *byPrefix) Len() int {
return
len(*x) }
751
func
(x *byPrefix) Swap(i, j int) { (*x)[i], (*x)[j] = (*x)[j], (*x)[i] }
752
func
(x *byPrefix) Less(i, j int) bool {
return
(*x)[i] < (*x)[j] }
753
Callers
1
Add
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected