github.com/google/licensecheck/internal/match.reCut.start (field)
9 uses
github.com/google/licensecheck/internal/match (current package)
rematch.go#L268: start int // cut off the alt at pc = start
rematch.go#L371: c.cut = []reCut{{start: start, trigger: 3}}
rematch.go#L387: c.prog = append(c.prog, reInst{op: instCut, arg: int32(cut.start - (len(c.prog) + 1))})
rematch.go#L419: if list[i].start != list[j].start {
rematch.go#L420: return list[i].start < list[j].start
rematch.go#L427: if w == 0 || list[w-1].start != cut.start {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |