github.com/google/safehtml/template.escaper.escapeAction (method)

2 uses

	github.com/google/safehtml/template (current package)
		escape.go#L103: 		return e.escapeAction(c, n)
		escape.go#L121: func (e *escaper) escapeAction(c context, n *parse.ActionNode) context {