github.com/google/safehtml/template.escaper.textNodeEdits (field)
6 uses
github.com/google/safehtml/template (current package)
escape.go#L83: textNodeEdits map[*parse.TextNode][]byte
escape.go#L440: for k, v := range e1.textNodeEdits {
escape.go#L743: if _, ok := e.textNodeEdits[n]; ok {
escape.go#L746: e.textNodeEdits[n] = text
escape.go#L769: for n, s := range e.textNodeEdits {
escape.go#L777: e.textNodeEdits = make(map[*parse.TextNode][]byte)
![]() |
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. |