MCPcopy Create free account
hub / github.com/google/codesearch / Match

Method Match

regexp/regexp.go:53–55  ·  view source on GitHub ↗
(b []byte, beginText, endText bool)

Source from the content-addressed store, hash-verified

51}
52
53func (r *Regexp) Match(b []byte, beginText, endText bool) (end int) {
54 return r.m.match(b, beginText, endText)
55}
56
57func (r *Regexp) MatchString(s string, beginText, endText bool) (end int) {
58 return r.m.matchString(s, beginText, endText)

Callers 2

ReaderMethod · 0.80
grepFunction · 0.80

Calls 1

matchMethod · 0.80

Tested by 1

grepFunction · 0.64