func github.com/google/safehtml/template.TrustedSourceFromFlag

4 uses

	github.com/google/safehtml/template (current package)
		trustedsource.go#L78: func TrustedSourceFromFlag(value flag.Value) TrustedSource {

	golang.org/x/pkgsite/cmd/frontend
		main.go#L120: 		StaticPath:           template.TrustedSourceFromFlag(flag.Lookup("static").Value),

	golang.org/x/pkgsite/cmd/pkgsite
		main.go#L60: 		StaticPath:       template.TrustedSourceFromFlag(flag.Lookup("static").Value),

	golang.org/x/pkgsite/cmd/worker
		main.go#L111: 		StaticPath:       template.TrustedSourceFromFlag(flag.Lookup("static").Value),