func text/template.IsTrue

2 uses

	text/template (current package)
		exec.go#L314: func IsTrue(val any) (truth, ok bool) {

	html/template
		template.go#L490: 	return template.IsTrue(val)