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

Method MatchString

regexp/regexp.go:57–59  ·  view source on GitHub ↗
(s string, beginText, endText bool)

Source from the content-addressed store, hash-verified

55}
56
57func (r *Regexp) MatchString(s string, beginText, endText bool) (end int) {
58 return r.m.matchString(s, beginText, endText)
59}

Callers 1

MainFunction · 0.95

Calls 1

matchStringMethod · 0.80

Tested by

no test coverage detected