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

Function newTraverseName

hclwrite/ast_expression.go:211–215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

209}
210
211func newTraverseName() *TraverseName {
212 return &TraverseName{
213 inTree: newInTree(),
214 }
215}
216
217type TraverseIndex struct {
218 inTree

Callers 2

parseTraversalStepFunction · 0.85

Calls 1

newInTreeFunction · 0.85

Tested by

no test coverage detected