text/template/parse.Tree.Copy (method)

2 uses

	text/template/parse (current package)
		parse.go#L46: func (t *Tree) Copy() *Tree {

	html/template
		template.go#L271: 		x.Tree = x.Tree.Copy()