func github.com/google/safehtml/template.eatTagName

2 uses

	github.com/google/safehtml/template (current package)
		transition.go#L49: 		j, e := eatTagName(s, i)
		transition.go#L280: func eatTagName(s []byte, i int) (int, element) {