MCPcopy Create free account
hub / github.com/containers/image / NumSubexp

Method NumSubexp

docker/reference/regexp_test.go:16–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14type Regex interface {
15 FindStringSubmatch(s string) []string
16 NumSubexp() int
17}
18
19func checkRegexp(t *testing.T, r Regex, m regexpMatch) {

Callers 3

checkRegexpFunction · 0.80
TestFullNameRegexpFunction · 0.80
TestReferenceRegexpFunction · 0.80

Calls

no outgoing calls

Tested by 3

checkRegexpFunction · 0.64
TestFullNameRegexpFunction · 0.64
TestReferenceRegexpFunction · 0.64