MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / Regex

Struct Regex

pkg/util/jsonpath/path.go:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190type Regex struct {
191 Regex string
192 Flags syntax.Flags
193}
194
195var _ Path = Regex{}
196

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected