MCPcopy
hub / github.com/hashicorp/hcl / newTraversal

Function newTraversal

hclwrite/ast_expression.go:198–203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

196}
197
198func newTraversal() *Traversal {
199 return &Traversal{
200 inTree: newInTree(),
201 steps: newNodeSet(),
202 }
203}
204
205type TraverseName struct {
206 inTree

Callers 2

parseTraversalFunction · 0.85

Calls 2

newInTreeFunction · 0.85
newNodeSetFunction · 0.85

Tested by

no test coverage detected