var github.com/google/safehtml/template.transitionFunc

3 uses

	github.com/google/safehtml/template (current package)
		escape.go#L665: 		return transitionFunc[c.state](c, s[:i])
		escape.go#L696: 			c1, i1 := transitionFunc[c.state](c, u)
		transition.go#L16: var transitionFunc = [...]func(context, []byte) (context, int){