Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
223
func
newTraverseIndex() *TraverseIndex {
224
return
&TraverseIndex{
225
inTree: newInTree(),
226
}
227
}
Callers
2
NewExpressionAbsTraversal
Function · 0.85
parseTraversalStep
Function · 0.85
Calls
1
newInTree
Function · 0.85
Tested by
no test coverage detected