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

4 uses

	github.com/google/safehtml/template (current package)
		template.go#L485: 	return parseFiles(nil, trustedSourcesToStrings(filenames)...)
		template.go#L517: 	return parseFiles(t, trustedSourcesToStrings(filenames)...)
		trustedsource.go#L70: 	return TrustedSource{filepath.Join(trustedSourcesToStrings(elem)...)}
		trustedsource.go#L99: func trustedSourcesToStrings(paths []TrustedSource) []string {