type github.com/google/safehtml/template.state

7 uses

	github.com/google/safehtml/template (current package)
		context.go#L19: 	state   state
		context.go#L61: type state uint8
		context.go#L69: 	stateText state = iota
		context.go#L94: func isComment(s state) bool {
		context.go#L103: func isInTag(s state) bool {
		state_string.go#L11: func (i state) String() string {
		state_string.go#L12: 	if i >= state(len(_State_index)-1) {