MCPcopy Index your code
hub / github.com/google/codesearch / size

Method size

index/regexp.go:798–800  ·  view source on GitHub ↗

size returns the number of strings in s.

()

Source from the content-addressed store, hash-verified

796
797// size returns the number of strings in s.
798func (s stringSet) size() int {
799 return len(s)
800}
801
802// minLen returns the length of the shortest string in s.
803func (s stringSet) minLen() int {

Callers 2

concatFunction · 0.80
simplifySetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected