MCPcopy Create free account
hub / github.com/dlclark/regexp2 / String

Method String

syntax/parser.go:112–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110)
111
112func (e ErrorCode) String() string {
113 return string(e)
114}
115
116type parser struct {
117 stack *RegexNode

Callers 2

ErrorMethod · 0.45
scanECMACapnameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected