MCPcopy Index your code
hub / github.com/GoEdgeLab/EdgeNode / Keywords

Method Keywords

internal/re/regexp.go:99–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97}
98
99func (this *Regexp) Keywords() []string {
100 return this.keywords
101}
102
103func (this *Regexp) Raw() *regexp.Regexp {
104 return this.rawRegexp

Callers 2

TestRegexp_Special2Function · 0.80

Calls

no outgoing calls

Tested by 2

TestRegexp_Special2Function · 0.64