func()
in
grok.go [156:158]
3
lines of code
1
McCabe index (conditional complexity)
func (grok *Grok) Match(text []byte) bool { return grok.re.Match(text) }