MCPcopy 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

748type byPrefix []string
749
750func (x *byPrefix) Len() int { return len(*x) }
751func (x *byPrefix) Swap(i, j int) { (*x)[i], (*x)[j] = (*x)[j], (*x)[i] }
752func (x *byPrefix) Less(i, j int) bool { return (*x)[i] < (*x)[j] }
753

Callers 1

AddMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected