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

Function newTraverseIndex

hclwrite/ast_expression.go:223–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221}
222
223func newTraverseIndex() *TraverseIndex {
224 return &TraverseIndex{
225 inTree: newInTree(),
226 }
227}

Callers 2

parseTraversalStepFunction · 0.85

Calls 1

newInTreeFunction · 0.85

Tested by

no test coverage detected