Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
type
Regex
interface
{
15
FindStringSubmatch(s string) []string
16
NumSubexp() int
17
}
18
19
func
checkRegexp(t *testing.T, r Regex, m regexpMatch) {
Callers
3
checkRegexp
Function · 0.80
TestFullNameRegexp
Function · 0.80
TestReferenceRegexp
Function · 0.80
Calls
no outgoing calls
Tested by
3
checkRegexp
Function · 0.64
TestFullNameRegexp
Function · 0.64
TestReferenceRegexp
Function · 0.64