(n node)
| 113 | } |
| 114 | |
| 115 | func newGroupNode(n node) node { |
| 116 | return &groupNode{nodeType: nodeGroup, Input: n} |
| 117 | } |
| 118 | |
| 119 | // newRootNode returns a root node. |
| 120 | func newRootNode(s string) node { |
no outgoing calls
no test coverage detected
searching dependent graphs…