const github.com/google/licensecheck/internal/match.instCut
5 uses
github.com/google/licensecheck/internal/match (current package)
rematch.go#L227: instCut // cut off the instAlt range starting at pc+1+arg
rematch.go#L248: case instCut:
rematch.go#L387: c.prog = append(c.prog, reInst{op: instCut, arg: int32(cut.start - (len(c.prog) + 1))})
rematch.go#L528: case instCut:
rematch.go#L541: if prog[pc].op == instCut {
![]() |
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. |