github.com/google/safehtml/template.escaper.escapeBranch (method)
4 uses
github.com/google/safehtml/template (current package)
escape.go#L105: return e.escapeBranch(c, &n.BranchNode, "if")
escape.go#L109: return e.escapeBranch(c, &n.BranchNode, "range")
escape.go#L115: return e.escapeBranch(c, &n.BranchNode, "with")
escape.go#L379: func (e *escaper) escapeBranch(c context, n *parse.BranchNode, nodeName string) context {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |