github.com/google/licensecheck/internal/match.reCompile.mergeCut (method)

3 uses

	github.com/google/licensecheck/internal/match (current package)
		rematch.go#L320: 		c.cut = c.mergeCut(cut, c.cut)
		rematch.go#L336: 			newCut = c.mergeCut(newCut, c.cut)
		rematch.go#L407: func (c *reCompile) mergeCut(cut1, cut2 []reCut) []reCut {