github.com/google/licensecheck/internal/match.Dict.Insert (method)

4 uses

	github.com/google/licensecheck/internal/match (current package)
		dict.go#L37: func (d *Dict) Insert(w string) WordID {
		dict.go#L200: 			words = append(words, Word{d.Insert(string(w)), lo, hi})

	github.com/google/licensecheck
		scan.go#L67: 	d.Insert("copyright")
		scan.go#L68: 	d.Insert("http")