text/template/parse.PipeNode.CopyPipe (method)
7 uses
text/template/parse (current package)
node.go#L238: func (p *PipeNode) CopyPipe() *PipeNode {
node.go#L255: return p.CopyPipe()
node.go#L290: return a.tr.newAction(a.Pos, a.Line, a.Pipe.CopyPipe())
node.go#L912: return i.tr.newIf(i.Pos, i.Line, i.Pipe.CopyPipe(), i.List.CopyList(), i.ElseList.CopyList())
node.go#L959: return r.tr.newRange(r.Pos, r.Line, r.Pipe.CopyPipe(), r.List.CopyList(), r.ElseList.CopyList())
node.go#L972: return w.tr.newWith(w.Pos, w.Line, w.Pipe.CopyPipe(), w.List.CopyList(), w.ElseList.CopyList())
node.go#L1010: return t.tr.newTemplate(t.Pos, t.Line, t.Name, t.Pipe.CopyPipe())