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

2 uses

	github.com/google/safehtml/template (current package)
		escape.go#L597: 		c1, nread := contextAfterText(c, s[i:])
		escape.go#L656: func contextAfterText(c context, s []byte) (context, int) {