github.com/google/safehtml.Identifier.String (method)

4 uses

	github.com/google/safehtml (current package)
		identifier.go#L81: func (i Identifier) String() string {

	github.com/google/safehtml/template
		sanitizers.go#L541: 			return safeTypeValue.String(), nil

	golang.org/x/pkgsite/internal/godoc/dochtml/internal/render
		idents.go#L107: 				pids.pkgIDs[pkg.Name][idk.ID.String()] = true // E.g., ["io"]["Reader.Read"]
		linkify.go#L455: 			if idIdx < len(anchorPoints) && anchorPoints[idIdx].ID.String() != "" {