github.com/google/licensecheck/internal/match.dfaBuilder.have (field)
4 uses
github.com/google/licensecheck/internal/match (current package)
rematch.go#L681: have map[string]int // map from encoded NFA state to dfa array offset
rematch.go#L689: have: map[string]int{"": -1}, // dead (empty) NFA state encoding maps to DFA offset -1
rematch.go#L700: pos, ok := b.have[string(b.enc)]
rematch.go#L709: b.have[string(b.enc)] = pos
![]() |
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. |