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

Method have

index/regexp.go:734–736  ·  view source on GitHub ↗

have reports whether we have a stringSet.

()

Source from the content-addressed store, hash-verified

732
733// have reports whether we have a stringSet.
734func (s stringSet) have() bool {
735 return s != nil
736}
737
738// contains reports whether s contains str.
739func (s stringSet) contains(str string) bool {

Callers 6

analyzeFunction · 0.80
concatFunction · 0.80
alternateFunction · 0.80
addExactMethod · 0.80
simplifyMethod · 0.80
StringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected