text/template/parse.PipeNode.CopyPipe (method)
7 uses
text/template/parse (current package)
node.go#L234: func (p *PipeNode) CopyPipe() *PipeNode {
node.go#L251: return p.CopyPipe()
node.go#L286: return a.tr.newAction(a.Pos, a.Line, a.Pipe.CopyPipe())
node.go#L909: return i.tr.newIf(i.Pos, i.Line, i.Pipe.CopyPipe(), i.List.CopyList(), i.ElseList.CopyList())
node.go#L956: return r.tr.newRange(r.Pos, r.Line, r.Pipe.CopyPipe(), r.List.CopyList(), r.ElseList.CopyList())
node.go#L969: return w.tr.newWith(w.Pos, w.Line, w.Pipe.CopyPipe(), w.List.CopyList(), w.ElseList.CopyList())
node.go#L1007: return t.tr.newTemplate(t.Pos, t.Line, t.Name, t.Pipe.CopyPipe())