MCPcopy Create free account
hub / github.com/coregx/coregex / String

Method String

stdlib_compat_test.go:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38func (t FindTest) String() string {
39 return fmt.Sprintf("pat: %#q text: %#q", t.pat, t.text)
40}
41
42// build is a helper to construct [][]int from variadic args.
43// n is number of matches, x contains indices for each match.

Calls

no outgoing calls

Tested by

no test coverage detected