func github.com/google/safehtml/template.isComment
4 uses
github.com/google/safehtml/template (current package)
context.go#L94: func isComment(s state) bool {
escape.go#L617: } else if isComment(c.state) && c.delim == delimNone {
escape.go#L629: if c.state != c1.state && isComment(c1.state) && c1.delim == delimNone {
escape.go#L646: if !isComment(c.state) || c.delim != delimNone {
![]() |
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. |